mirror of
https://github.com/artegoser/piped-api.git
synced 2025-02-23 20:51:27 +03:00
fix: Item type
This commit is contained in:
parent
82868b2d47
commit
6416322628
3 changed files with 4 additions and 4 deletions
|
@ -176,4 +176,4 @@ export interface Search {
|
|||
suggestion: string | null;
|
||||
}
|
||||
|
||||
export type Item = Video | Channel;
|
||||
export type Item = Video | Channel | Playlist;
|
||||
|
|
Loading…
Add table
Reference in a new issue