From 8db635e2aedd53ec60cf457c8e9707b630145cf4 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Fri, 3 May 2024 02:49:19 +0300 Subject: [PATCH] update suggestion --- src/types/playbackStopInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;