reporting playback to jellyfin server for lastfm scrobbling

This commit is contained in:
Violet Caulfield
2024-12-29 07:01:10 -06:00
parent a64c8f3918
commit 5093a67f2c
9 changed files with 84 additions and 13 deletions

View File

@@ -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;