mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed: Issue with notifications when new episode filename did not contain the the quality.
This commit is contained in:
parent
0a526951b6
commit
53ced94af9
2 changed files with 62 additions and 0 deletions
|
@ -197,6 +197,7 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
var parseResult = Parser.ParsePath(episodeFile.Path);
|
||||
parseResult.Series = series;
|
||||
parseResult.Quality = new Quality{ QualityType = episodeFile.Quality, Proper = episodeFile.Proper };
|
||||
|
||||
var message = _downloadProvider.GetDownloadTitle(parseResult);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue