mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
add rating / favorite to player context and events
This commit is contained in:
@@ -887,8 +887,9 @@ export interface PlaylistListQuery extends BaseQuery<PlaylistListSort> {
|
||||
export type PlaylistListResponse = BasePaginatedResponse<Playlist[]>;
|
||||
|
||||
export type RatingQuery = {
|
||||
item: AnyLibraryItems;
|
||||
id: string[];
|
||||
rating: number;
|
||||
type: LibraryItem;
|
||||
};
|
||||
|
||||
// Rating
|
||||
|
||||
Reference in New Issue
Block a user