mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Multi episode title cleanup #ND-67 Fixed
This commit is contained in:
parent
89c0a7a2f0
commit
d25da21e58
5 changed files with 89 additions and 20 deletions
|
@ -96,13 +96,10 @@ namespace NzbDrone.Core.Providers
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public virtual String GetDownloadTitle(EpisodeParseResult parseResult)
|
||||
{
|
||||
|
||||
var seriesTitle = MediaFileProvider.CleanFilename(parseResult.Series.Title);
|
||||
|
||||
|
||||
//Handle Full Naming
|
||||
if (parseResult.FullSeason)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue