mirror of
https://github.com/Radarr/Radarr
synced 2026-04-21 09:12:41 +02:00
Update MovieModule
This commit is contained in:
parent
2cbd2f719f
commit
40ca469339
1 changed files with 2 additions and 0 deletions
|
|
@ -201,6 +201,8 @@ private void PopulateAlternateTitles(MovieResource resource)
|
|||
//var mappings = null;//_sceneMappingService.FindByTvdbId(resource.TvdbId);
|
||||
|
||||
//if (mappings == null) return;
|
||||
|
||||
//Not necessary anymore
|
||||
|
||||
//resource.AlternateTitles = mappings.Select(v => new AlternateTitleResource { Title = v.Title, SeasonNumber = v.SeasonNumber, SceneSeasonNumber = v.SceneSeasonNumber }).ToList();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue