mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-17 22:07:59 -04:00
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