mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Refresh the scene mapping cache if it is empty during a lookup
This commit is contained in:
@@ -175,7 +175,7 @@ namespace NzbDrone.Api.Series
|
||||
|
||||
private void PopulateAlternateTitles(SeriesResource resource)
|
||||
{
|
||||
var mappings = _sceneMappingService.FindByTvdbid(resource.TvdbId);
|
||||
var mappings = _sceneMappingService.FindByTvdbId(resource.TvdbId);
|
||||
|
||||
if (mappings == null) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user