fix(plexapi): temporary remove unused PlexLibraryResponse interface
This commit is contained in:
@@ -27,13 +27,6 @@ export interface PlexLibraryItem {
|
||||
Media: Media[];
|
||||
}
|
||||
|
||||
interface PlexLibraryResponse {
|
||||
MediaContainer: {
|
||||
totalSize: number;
|
||||
Metadata: PlexLibraryItem[];
|
||||
};
|
||||
}
|
||||
|
||||
interface PlexLibraryResponseRaw {
|
||||
MediaContainer: {
|
||||
totalSize?: number;
|
||||
|
||||
Reference in New Issue
Block a user