mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00

committed by
Leonardo Galli

parent
9e7cb708bf
commit
a0b80ad41a
@@ -396,9 +396,15 @@ namespace NzbDrone.Core.Parser
|
|||||||
|
|
||||||
if (searchCriteria == null)
|
if (searchCriteria == null)
|
||||||
{
|
{
|
||||||
|
if (parsedEpisodeInfo.Year > 1900)
|
||||||
movie = _movieService.FindByTitle(parsedEpisodeInfo.MovieTitle); //Todo: same as above!
|
{
|
||||||
|
movie = _movieService.FindByTitle(parsedEpisodeInfo.MovieTitle, parsedEpisodeInfo.Year);
|
||||||
|
//Todo: same as above!
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
movie = _movieService.FindByTitle(parsedEpisodeInfo.MovieTitle); //Todo: same as above!
|
||||||
|
}
|
||||||
return movie;
|
return movie;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user