mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Made the description for 'Use Season Folders' on 'Settings -> Naming more clear.
This commit is contained in:
parent
0a3f5b24e4
commit
ab64dd4e0f
@ -23,7 +23,7 @@ public class EpisodeNamingModel
|
|||||||
public bool AppendQuality { get; set; }
|
public bool AppendQuality { get; set; }
|
||||||
|
|
||||||
[DisplayName("Use Season Folders")]
|
[DisplayName("Use Season Folders")]
|
||||||
[Description("Should files be stored in season folders?")]
|
[Description("Should files be stored in season folders by default? (Applied only when a series is added)")]
|
||||||
public bool SeasonFolders { get; set; }
|
public bool SeasonFolders { get; set; }
|
||||||
|
|
||||||
[DisplayName("Season Folder Format")]
|
[DisplayName("Season Folder Format")]
|
||||||
|
Loading…
Reference in New Issue
Block a user