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

Merge pull request from BaronGreenback/ffmpeg

Fix for 4933: Alternative ffmpeg fix
pull/5258/head
Claus Vium 4 years ago committed by GitHub
commit e5f99762e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -209,6 +209,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
_ffmpegPath = path;
EncoderLocation = location;
return true;
}
else
{

Loading…
Cancel
Save