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

Fix sync log criticity

pull/4626/head
sephrat 3 years ago
parent 9096e91d55
commit ae25e41b1b

@ -163,7 +163,7 @@ namespace Ombi.Schedule.Jobs.Emby
|| existingTv.TheMovieDbId != tvShow.ProviderIds?.Tmdb
|| existingTv.TvDbId != tvShow.ProviderIds?.Tvdb))
{
_logger.LogCritical($"Series '{tvShow.Name}' has different IDs, probably a reidentification.");
_logger.LogDebug($"Series '{tvShow.Name}' has different IDs, probably a reidentification.");
await _repo.DeleteTv(existingTv);
existingTv = null;
}

Loading…
Cancel
Save