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

New: Colon replacement naming option

This commit is contained in:
Mark McDowall
2023-04-23 21:15:27 -07:00
parent d3ad970ecc
commit b3260ba866
7 changed files with 207 additions and 20 deletions
@@ -1,4 +1,4 @@
using Sonarr.Http.REST;
using Sonarr.Http.REST;
namespace Sonarr.Api.V3.Config
{
@@ -6,6 +6,7 @@ namespace Sonarr.Api.V3.Config
{
public bool RenameEpisodes { get; set; }
public bool ReplaceIllegalCharacters { get; set; }
public int ColonReplacementFormat { get; set; }
public int MultiEpisodeStyle { get; set; }
public string StandardEpisodeFormat { get; set; }
public string DailyEpisodeFormat { get; set; }