mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat: standard series type selector (#3628)
* feat: added a standard series type selector * fix: moved series type property to correct interface
This commit is contained in:
@@ -70,6 +70,7 @@ export interface RadarrSettings extends DVRSettings {
|
||||
|
||||
export interface SonarrSettings extends DVRSettings {
|
||||
seriesType: 'standard' | 'daily' | 'anime';
|
||||
animeSeriesType: 'standard' | 'daily' | 'anime';
|
||||
activeAnimeProfileId?: number;
|
||||
activeAnimeProfileName?: string;
|
||||
activeAnimeDirectory?: string;
|
||||
|
||||
Reference in New Issue
Block a user