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

Merge pull request from dkanada/settings

Avoid editing preferences without user interaction
pull/1817/head
Joshua M. Boniface 6 years ago committed by GitHub
commit d64005df40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,9 +83,6 @@ namespace MediaBrowser.Controller.MediaEncoding
}
}
// Avoid performing a second attempt when the first one
// hasn't tried hardware encoding anyway.
encodingOptions.EnableHardwareEncoding = false;
return defaultEncoder;
}

Loading…
Cancel
Save