1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

New: Custom colon replacement option

Closes #6898
This commit is contained in:
Mark McDowall
2024-07-09 22:02:04 -07:00
committed by GitHub
parent 0c883f7886
commit 293a1bc618
10 changed files with 100 additions and 7 deletions
@@ -7,6 +7,7 @@ namespace Sonarr.Api.V3.Config
public bool RenameEpisodes { get; set; }
public bool ReplaceIllegalCharacters { get; set; }
public int ColonReplacementFormat { get; set; }
public string CustomColonReplacementFormat { get; set; }
public int MultiEpisodeStyle { get; set; }
public string StandardEpisodeFormat { get; set; }
public string DailyEpisodeFormat { get; set; }