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

Updated subsonic to latest code

pull/7/merge
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,7 +55,6 @@ 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>();

File diff suppressed because it is too large Load Diff

Binary file not shown.
Loading…
Cancel
Save