SceneMapping uses new API endpoint

This commit is contained in:
Mark McDowall
2013-09-05 23:25:34 -07:00
parent a39125eb6c
commit e07b588fd8
3 changed files with 4 additions and 7 deletions

View File

@@ -44,7 +44,6 @@ namespace NzbDrone.Core.DataAugmentation.Scene
return mapping.SearchTerm;
}
public Nullable<Int32> GetTvDbId(string cleanName)
{
var mapping = _gettvdbIdCache.Find(cleanName.CleanSeriesTitle());
@@ -55,7 +54,6 @@ namespace NzbDrone.Core.DataAugmentation.Scene
return mapping.TvdbId;
}
private void UpdateMappings()
{
_logger.Info("Updating Scene mapping");
@@ -74,7 +72,6 @@ namespace NzbDrone.Core.DataAugmentation.Scene
}
_repository.InsertMany(mappings);
}
else
{