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

add logging

pull/702/head
Luke Pulverenti 9 years ago
parent 3d97d50541
commit 5ed013855f

@ -699,6 +699,7 @@ namespace MediaBrowser.Api.Images
private ImageFormat[] GetClientSupportedFormats()
{
//Logger.Debug("Request types: {0}", string.Join(",", Request.AcceptTypes ?? new string[] { }));
var supportsWebP = (Request.AcceptTypes ?? new string[] { }).Contains("image/webp", StringComparer.OrdinalIgnoreCase);
var userAgent = Request.UserAgent ?? string.Empty;

Loading…
Cancel
Save