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

Updated icon and colour for pinning on WP

pull/702/head
Scott Lovegrove 10 years ago
parent 08c97e69a4
commit fc7763f2e9

@ -382,7 +382,7 @@ namespace MediaBrowser.WebDashboard.Api
sb.Append("<link rel=\"apple-touch-startup-image\" href=\"css/images/iossplash.png\" />");
sb.Append("<link rel=\"shortcut icon\" href=\"css/images/favicon.ico\" />");
sb.Append("<meta name=\"msapplication-TileImage\" content=\"css/images/touchicon144.png\">");
sb.Append("<meta name=\"msapplication-TileColor\" content=\"#23456B\">");
sb.Append("<meta name=\"msapplication-TileColor\" content=\"#333333\">");
return sb.ToString();
}

Loading…
Cancel
Save