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

try to fix head request

pull/702/head
Luke Pulverenti 11 years ago
parent be1ce0f802
commit 44b2ef2f47

@ -244,7 +244,7 @@ namespace MediaBrowser.Api.Playback.Progressive
{
using (response.Content)
{
return ResultFactory.GetResult(null, response.ContentType, responseHeaders);
return ResultFactory.GetResult(new MemoryStream(), response.ContentType, responseHeaders);
}
}

Loading…
Cancel
Save