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

Using absolute episode number logging moved to Debug

pull/3113/head
Mark McDowall 11 years ago
parent daaf4e1831
commit b72678a9ad

@ -186,7 +186,7 @@ namespace NzbDrone.Core.Parser
if (episode != null)
{
_logger.Info("Using absolute episode number {0} for: {1} - TVDB: {2}x{3:00}",
_logger.Debug("Using absolute episode number {0} for: {1} - TVDB: {2}x{3:00}",
absoluteEpisodeNumber,
series.Title,
episode.SeasonNumber,

Loading…
Cancel
Save