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

Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-attachments

pull/1838/head
Andrew Mahone 6 years ago
commit b936c530aa

@ -6240,6 +6240,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
{
insertText.Append("@" + column + index + ",");
}
insertText.Length -= 1;
insertText.Append(")");
@ -6266,6 +6267,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
statement.Reset();
statement.MoveNext();
}
startIndex += insertAtOnce;
}
}

Loading…
Cancel
Save