mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Cleaned up parser tests, 1103/1113 parsing is less greedy
Fixed: Importing of hashed releases
This commit is contained in:
@@ -54,7 +54,7 @@ namespace NzbDrone.Core.Metadata
|
||||
if (metadata.Type == MetadataType.EpisodeImage ||
|
||||
metadata.Type == MetadataType.EpisodeMetadata)
|
||||
{
|
||||
var localEpisode = _parsingService.GetEpisodes(possibleMetadataFile, message.Series, false);
|
||||
var localEpisode = _parsingService.GetLocalEpisode(possibleMetadataFile, message.Series, false);
|
||||
|
||||
if (localEpisode == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user