mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Settings loading overhaul
Download client moved to a layout Settings are only shown after all settings are loaded
This commit is contained in:
parent
29ed3293d1
commit
b21e49f5fa
16 changed files with 443 additions and 372 deletions
|
@ -78,6 +78,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||
string path = series.Path;
|
||||
if (series.SeasonFolder)
|
||||
{
|
||||
//TODO: Allow series name
|
||||
var seasonFolder = _configService.SortingSeasonFolderFormat
|
||||
.Replace("%0s", seasonNumber.ToString("00"))
|
||||
.Replace("%s", seasonNumber.ToString());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue