mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-22 03:39:12 -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