From e79dca33fa1becb72e937d67f0c3c68ae096c42b Mon Sep 17 00:00:00 2001 From: 0xsysr3ll <0xsysr3ll@pm.me> Date: Sat, 26 Apr 2025 22:48:49 +0200 Subject: [PATCH] fix(api): remove unused PlexProfile interface from plextv.ts --- server/api/plextv.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/server/api/plextv.ts b/server/api/plextv.ts index 23938c7a..f7797189 100644 --- a/server/api/plextv.ts +++ b/server/api/plextv.ts @@ -164,16 +164,6 @@ export interface PlexWatchlistCache { response: WatchlistResponse; } -export interface PlexProfile { - id: string; - uuid?: string; - title: string; - username?: string; - thumb: string; - isMainUser?: boolean; - isManaged?: boolean; -} - class PlexTvAPI extends ExternalAPI { private authToken: string;