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

Check for cancellation in SaveMediaAttachments.

pull/1838/head
Andrew Mahone 6 years ago
parent 0dde5e46df
commit c2d8f210b1

@ -6201,6 +6201,8 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
throw new ArgumentNullException(nameof(attachments));
}
cancellationToken.ThrowIfCancellationRequested();
using var connection = GetConnection();
connection.RunInTransaction(db =>
{

Loading…
Cancel
Save