mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
fixed episode parse issue
This commit is contained in:
parent
62b2cd510f
commit
d7732cab3b
8 changed files with 28 additions and 22 deletions
|
@ -269,8 +269,6 @@ namespace NzbDrone.Core.Providers
|
|||
nzb.TitleFix = String.Empty;
|
||||
nzb.TitleFix = String.Format("{0} [{1}]", nzb.TitleFix, nzb.Quality); //Add Quality to the titleFix
|
||||
|
||||
//Check that we want this quality
|
||||
var quality = Parser.ParseQuality(nzb.Title);
|
||||
}
|
||||
|
||||
catch (Exception ex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue