mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
SceneMapping uses new API endpoint
This commit is contained in:
parent
a39125eb6c
commit
e07b588fd8
3 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue