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

New: Configurable Specials folder format

This commit is contained in:
Taloth Saldono
2019-06-10 00:42:37 +02:00
parent 39ea2dd32f
commit 628ab85de4
14 changed files with 111 additions and 17 deletions
@@ -12,6 +12,7 @@ namespace Sonarr.Api.V3.Config
public string AnimeEpisodeFormat { get; set; }
public string SeriesFolderFormat { get; set; }
public string SeasonFolderFormat { get; set; }
public string SpecialsFolderFormat { get; set; }
public bool IncludeSeriesTitle { get; set; }
public bool IncludeEpisodeTitle { get; set; }
public bool IncludeQuality { get; set; }