mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-05 10:30:38 -06:00
reporting playback to jellyfin server for lastfm scrobbling
This commit is contained in:
@@ -20,6 +20,7 @@ export interface JellifyTrack extends Track {
|
||||
rating?: RatingType | undefined;
|
||||
isLiveStream?: boolean | undefined;
|
||||
|
||||
ItemId: string | undefined;
|
||||
Year?: number | null | undefined;
|
||||
IndexNumber?: number | null | undefined;
|
||||
ParentIndexNumber?: number | null | undefined;
|
||||
|
||||
Reference in New Issue
Block a user