diff --git a/src/types/playbackStopInfo.ts b/src/types/playbackStopInfo.ts index b2fff761f3..4826d98449 100644 --- a/src/types/playbackStopInfo.ts +++ b/src/types/playbackStopInfo.ts @@ -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;