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

deprecate importCss

pull/702/head
Luke Pulverenti 9 years ago
parent 0ebb82dc57
commit 034ce31738

@ -10,6 +10,7 @@ namespace MediaBrowser.Api
}
[Route("/Branding/Css", "GET", Summary = "Gets custom css")]
[Route("/Branding/Css.css", "GET", Summary = "Gets custom css")]
public class GetBrandingCss
{
}

Loading…
Cancel
Save