mirror of
https://github.com/sct/overseerr.git
synced 2025-12-30 09:41:37 +01:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
@@ -77,6 +77,8 @@ 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