mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-31 06:40:50 +01:00
refactor: media management can now contain multiple configs for each setting
This commit is contained in:
@@ -14,7 +14,7 @@ export type PropersRepacks = 'doNotPrefer' | 'preferAndUpgrade' | 'doNotUpgradeA
|
||||
// ============================================================================
|
||||
|
||||
export interface MediaSettings {
|
||||
id: number;
|
||||
name: string;
|
||||
propers_repacks: PropersRepacks;
|
||||
enable_media_info: boolean;
|
||||
}
|
||||
@@ -204,7 +204,7 @@ export function radarrColonReplacementToDb(value: RadarrColonReplacementFormat):
|
||||
}
|
||||
|
||||
export interface RadarrNaming {
|
||||
id: number;
|
||||
name: string;
|
||||
rename: boolean;
|
||||
movie_format: string;
|
||||
movie_folder_format: string;
|
||||
@@ -213,7 +213,7 @@ export interface RadarrNaming {
|
||||
}
|
||||
|
||||
export interface SonarrNaming {
|
||||
id: number;
|
||||
name: string;
|
||||
rename: boolean;
|
||||
replace_illegal_characters: boolean;
|
||||
colon_replacement_format: ColonReplacementFormat;
|
||||
|
||||
Reference in New Issue
Block a user