mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
add rating / favorite to player context and events
This commit is contained in:
@@ -21,10 +21,12 @@ export type UserFavoriteEventPayload = {
|
||||
favorite: boolean;
|
||||
id: string[];
|
||||
itemType: LibraryItem;
|
||||
serverId: string;
|
||||
};
|
||||
|
||||
export type UserRatingEventPayload = {
|
||||
id: string[];
|
||||
itemType: LibraryItem;
|
||||
rating: null | number;
|
||||
serverId: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user