From eb08eb024f73d01b5abca68481fb9cab422f2c3a Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <0xsysr3ll@pm.me> Date: Mon, 16 Feb 2026 21:53:14 +0100 Subject: [PATCH] fix(plexapi): temporary remove unused PlexLibraryResponse interface --- server/api/plexapi.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/api/plexapi.ts b/server/api/plexapi.ts index 9697a511..b67a3f77 100644 --- a/server/api/plexapi.ts +++ b/server/api/plexapi.ts @@ -27,13 +27,6 @@ export interface PlexLibraryItem { Media: Media[]; } -interface PlexLibraryResponse { - MediaContainer: { - totalSize: number; - Metadata: PlexLibraryItem[]; - }; -} - interface PlexLibraryResponseRaw { MediaContainer: { totalSize?: number;