Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/36ae31d3a71f60e79bbfe3b00ab9d06b1b56ed04 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/702/head
Luke Pulverenti 9 years ago
commit 36ae31d3a7

@ -89,7 +89,7 @@ namespace MediaBrowser.Model.Entities
if (!string.IsNullOrEmpty(Language))
{
attributes.Add(Language);
attributes.Add(StringHelper.FirstToUpper(Language));
}
if (!string.IsNullOrEmpty(Codec))
{

Loading…
Cancel
Save