Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/bbca9d1ede9a11afe723f9f26d7d4fa066934f6c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
9 changed files with
9 additions and
9 deletions
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration( 0 21)]
[Migration( 21)]
public class add_custom_filters : NzbDroneMigrationBase
{
protected override void MainDbUpgrade ( )
@ -10,7 +10,7 @@ using NzbDrone.Common.Extensions;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration( 0 23)]
[Migration( 23)]
public class add_release_groups_etc : NzbDroneMigrationBase
{
protected override void MainDbUpgrade ( )
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration( 0 24)]
[Migration( 24)]
public class NewMediaInfoFormat : NzbDroneMigrationBase
{
protected override void MainDbUpgrade ( )
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration( 0 25)]
[Migration( 25)]
public class rename_restrictions_to_release_profiles : NzbDroneMigrationBase
{
protected override void MainDbUpgrade ( )
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration( 0 26)]
[Migration( 26)]
public class rename_quality_profiles_add_upgrade_allowed : NzbDroneMigrationBase
{
protected override void MainDbUpgrade ( )
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration( 0 27)]
[Migration( 27)]
public class add_import_exclusions : NzbDroneMigrationBase
{
protected override void MainDbUpgrade ( )
@ -3,7 +3,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration( 0 28)]
[Migration( 28)]
public class clean_artist_metadata_table : NzbDroneMigrationBase
{
protected override void MainDbUpgrade ( )
@ -4,7 +4,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration( 0 33)]
[Migration( 33)]
public class download_propers_config : NzbDroneMigrationBase
{
protected override void MainDbUpgrade ( )
@ -5,7 +5,7 @@ using NzbDrone.Core.Datastore.Migration.Framework;
namespace NzbDrone.Core.Datastore.Migration
{
[Migration( 0 36)]
[Migration( 36)]
public class add_download_client_priority : NzbDroneMigrationBase
{
// Need snapshot in time without having to instantiate.