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

New: Series Folder format now configurable (used when adding series only)

This commit is contained in:
Mark McDowall
2014-01-16 23:52:28 -08:00
parent 7c6605c02b
commit b5b9fababb
9 changed files with 89 additions and 5 deletions
@@ -9,8 +9,8 @@ namespace NzbDrone.Api.Config
public Int32 MultiEpisodeStyle { get; set; }
public string StandardEpisodeFormat { get; set; }
public string DailyEpisodeFormat { get; set; }
public string SeriesFolderFormat { get; set; }
public string SeasonFolderFormat { get; set; }
public bool IncludeSeriesTitle { get; set; }
public bool IncludeEpisodeTitle { get; set; }
public bool IncludeQuality { get; set; }