mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update suggestion
This commit is contained in:
parent
0f785c98c2
commit
8db635e2ae
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export interface PlayerState {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PlaybackStopInfo {
|
export interface PlaybackStopInfo {
|
||||||
player: unknown; // FIXME: add a proper interface
|
player: unknown; // TODO: add a proper interface
|
||||||
state: PlayerState;
|
state: PlayerState;
|
||||||
nextItem: BaseItemDto | null;
|
nextItem: BaseItemDto | null;
|
||||||
nextMediaType: MediaType | null;
|
nextMediaType: MediaType | null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue