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

Updated subsonic to latest code

pull/3113/head
kay.one 14 years ago
parent ff75d0c555
commit e56a529b9c

@ -37,7 +37,6 @@ namespace NzbDrone.Core.Test
if (enableLogging)
{
provider.Log = new NlogWriter();
provider.LogParams = true;
}
return new SimpleRepository(provider, SimpleRepositoryOptions.RunMigrations);
}

@ -55,8 +55,7 @@ namespace NzbDrone.Core
//dbProvider.ExecuteQuery(new QueryCommand("VACUUM", dbProvider));
dbProvider.Log = new NlogWriter();
dbProvider.LogParams = true;
_kernel.Bind<ISeriesProvider>().To<SeriesProvider>().InSingletonScope();
_kernel.Bind<ISeasonProvider>().To<SeasonProvider>();
_kernel.Bind<IEpisodeProvider>().To<EpisodeProvider>();

File diff suppressed because it is too large Load Diff

Binary file not shown.
Loading…
Cancel
Save