mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
Update SkyHookProxy.cs
This commit is contained in:
@@ -218,7 +218,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook
|
|||||||
if (parserResult != null && parserResult.MovieTitle != title)
|
if (parserResult != null && parserResult.MovieTitle != title)
|
||||||
{
|
{
|
||||||
//Parser found something interesting!
|
//Parser found something interesting!
|
||||||
lowerTitle = parserResult.MovieTitle.ToLower();
|
lowerTitle = parserResult.MovieTitle.ToLower().replace(".", " "); //TODO Update so not every period gets replaced (e.g. R.I.P.D.)
|
||||||
if (parserResult.Year > 1800)
|
if (parserResult.Year > 1800)
|
||||||
{
|
{
|
||||||
yearTerm = parserResult.Year.ToString();
|
yearTerm = parserResult.Year.ToString();
|
||||||
|
|||||||
Reference in New Issue
Block a user