fix(plexapi): temporary remove unused PlexLibraryResponse interface

This commit is contained in:
0xsysr3ll
2026-02-16 21:53:14 +01:00
parent b5c8e21104
commit eb08eb024f

View File

@@ -27,13 +27,6 @@ export interface PlexLibraryItem {
Media: Media[]; Media: Media[];
} }
interface PlexLibraryResponse {
MediaContainer: {
totalSize: number;
Metadata: PlexLibraryItem[];
};
}
interface PlexLibraryResponseRaw { interface PlexLibraryResponseRaw {
MediaContainer: { MediaContainer: {
totalSize?: number; totalSize?: number;