mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
SceneMapping uses new API endpoint
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user