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

Merge remote-tracking branch 'refs/remotes/galli-leo/develop' into develop

pull/2/head
Tim Turner 8 years ago
commit 579602419e

@ -17,7 +17,8 @@ namespace NzbDrone.Core.Datastore.Migration
.WithColumn("SourceTitle").AsString()
.WithColumn("Date").AsDateTime()
.WithColumn("Quality").AsString()
.WithColumn("Data").AsString();
.WithColumn("Data").AsString()
.WithColumn("MovieId").AsInt32().WithDefaultValue(0);
}
}
}

Loading…
Cancel
Save