Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/56c6466c9f4d72bb10379d19f5943fc82fe5f35b
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
6 additions and
4 deletions
@ -70,11 +70,12 @@ namespace NzbDrone.Core.Jobs
//Get the list of episodes that weren't downloaded
var missingEpisodes = episodeNumbers . Except ( addedSeries ) . ToList ( ) ;
//TODO: do one by one check only when max number of feeds have been returned by the indexer
//Only process episodes that is in missing episodes (To ensure we double check if the episode is available)
foreach ( var episode in episodes . Where ( e = > ! e . Ignored & & missingEpisodes . Contains ( e . EpisodeNumber ) ) . OrderBy ( o = > o . EpisodeNumber ) )
{
_episodeSearchJob . Start ( notification , episode . EpisodeId , 0 ) ;
}
//foreach (var episode in episodes.Where(e => !e.Ignored && missingEpisodes.Contains(e.EpisodeNumber)).OrderBy(o => o.EpisodeNumber) )
// {
// _episodeSearchJob.Start(notification, episode.EpisodeId, 0);
// }
}
}
}
@ -10,6 +10,7 @@
list-style-type : circle ;
margin-right : 12px ;
padding-left : 2px ;
padding-top : 2px ;
border-left : 1px solid # 065EFE ;
}