Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/40ca46933903692b8bfab7ecb7f900f3d7298851 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update MovieModule

Leonardo Galli 8 years ago committed by GitHub
parent 2cbd2f719f
commit 40ca469339

@ -201,6 +201,8 @@ namespace NzbDrone.Api.Movie
//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…
Cancel
Save