1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update suggestion

This commit is contained in:
grafixeyehero 2024-05-03 02:49:19 +03:00
parent 0f785c98c2
commit 8db635e2ae

View file

@ -38,7 +38,7 @@ export interface PlayerState {
}
export interface PlaybackStopInfo {
player: unknown; // FIXME: add a proper interface
player: unknown; // TODO: add a proper interface
state: PlayerState;
nextItem: BaseItemDto | null;
nextMediaType: MediaType | null;