mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Download naming uses tvdb numbering
Searching by scene name added Removed American Dad
This commit is contained in:
parent
59bfa16462
commit
2fd1263619
10 changed files with 222 additions and 56 deletions
|
@ -208,7 +208,7 @@ namespace NzbDrone.Core.Providers
|
|||
result += separatorStyle.Pattern + episodeNames.First();
|
||||
|
||||
else
|
||||
result += separatorStyle.Pattern + String.Join(" + ", episodeNames);
|
||||
result += separatorStyle.Pattern + String.Join(" + ", episodeNames.Distinct());
|
||||
}
|
||||
|
||||
if (_configProvider.SortingAppendQuality)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue