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

Merge pull request from tikuf/master

Swap aac encoders (again)
pull/702/head
Luke 12 years ago
commit 47467ef8d2

@ -528,7 +528,7 @@ namespace MediaBrowser.Api.Playback
{
if (codec == AudioCodecs.Aac)
{
return "libvo_aacenc";
return "aac -strict experimental";
}
if (codec == AudioCodecs.Mp3)
{

Loading…
Cancel
Save