fix(api): remove unused PlexProfile interface from plextv.ts

This commit is contained in:
0xsysr3ll
2025-04-26 22:48:49 +02:00
parent c2a61862c1
commit e79dca33fa

View File

@@ -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;