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

Add default value of 0

pull/4279/head
Joshua M. Boniface 5 years ago
parent 49c363751a
commit b3249e849c

@ -13,7 +13,8 @@ namespace Jellyfin.Server.Implementations.Migrations
name: "MaxActiveSessions",
schema: "jellyfin",
table: "Users",
nullable: false);
nullable: false,
defaultValue: 0);
}
protected override void Down(MigrationBuilder migrationBuilder)

Loading…
Cancel
Save