Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/d18b15d50494117bb14fbfa4026877ffb1951f30?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Should help identify problem with queue trying to reimport stuff.

pull/257/head
Leonardo Galli 8 years ago
parent dc7e75187c
commit d18b15d504

@ -112,7 +112,7 @@ namespace NzbDrone.Core.Download
if (historyItem != null) if (historyItem != null)
{ {
movie = _movieService.GetMovie(historyItem.MovieId); movie = _movieService.GetMovie(historyItem.MovieId);
if (movie.HasFile) if (movie.MovieFile != null)
{ {
movie.MovieFile.LazyLoad(); movie.MovieFile.LazyLoad();
if (movie.MovieFile.Value != null) if (movie.MovieFile.Value != null)

Loading…
Cancel
Save