1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Fixed: Remove old naming config from API responses

Closes #9741
This commit is contained in:
Qstick
2024-02-10 21:32:55 -06:00
parent ed340be2b1
commit 38cd130da5
5 changed files with 1 additions and 42 deletions
@@ -10,9 +10,5 @@ namespace Radarr.Api.V3.Config
public ColonReplacementFormat ColonReplacementFormat { get; set; }
public string StandardMovieFormat { get; set; }
public string MovieFolderFormat { get; set; }
public bool IncludeQuality { get; set; }
public bool ReplaceSpaces { get; set; }
public string Separator { get; set; }
public string NumberStyle { get; set; }
}
}