mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixes a few things with importing: Sample check is done even when file is already in movie folder. Fixed importing of movies with "DC".
This commit is contained in:
@@ -192,6 +192,11 @@ namespace NzbDrone.Core.Parser
|
||||
parsedEpisodeInfo.MovieTitleInfo.Year);
|
||||
}
|
||||
|
||||
if (series == null)
|
||||
{
|
||||
series = _movieService.FindByTitle(parsedEpisodeInfo.MovieTitle.Replace("DC", "").Trim());
|
||||
}
|
||||
|
||||
return series;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user