mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
some cleanup
This commit is contained in:
parent
edf9d1d2cc
commit
b086414d75
5 changed files with 20 additions and 20 deletions
|
@ -175,7 +175,7 @@ namespace NzbDrone.Core.Providers
|
|||
.Replace("%x", numberStyle.EpisodeSeparator)
|
||||
.Replace("%p", separatorStyle.Pattern);
|
||||
|
||||
if (_configProvider.SortingEpisodeName)
|
||||
if (_configProvider.SortingIncludeEpisodeTitle)
|
||||
{
|
||||
episodeNames = episodeNames.TrimEnd(' ', '+');
|
||||
result += separatorStyle.Pattern + episodeNames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue