mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Cleaned up parser tests, 1103/1113 parsing is less greedy
Fixed: Importing of hashed releases
This commit is contained in:
parent
faa24c5bb6
commit
0b2b8e9bbe
18 changed files with 671 additions and 489 deletions
|
@ -62,7 +62,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||
continue;
|
||||
}
|
||||
|
||||
// var localEpsiode = _parsingService.GetEpisodes(episodeFile.Path, series);
|
||||
// var localEpsiode = _parsingService.GetLocalEpisode(episodeFile.Path, series);
|
||||
//
|
||||
// if (localEpsiode == null || episodes.Count != localEpsiode.Episodes.Count)
|
||||
// {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue