fix(plexapi): temporary remove unused PlexLibraryResponse interface
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user