fix(plexapi): temporary remove unused PlexLibraryResponse interface

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

View File

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