XBMC Video Server: stream/download your library contents
One really small "bug": in https://github.com/Jalle19/xbmc-video-se...es-min.css (and login-min.css too) - line 1

Code:
@import url("http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic");/*!

Could you drop that http protocol and change that line to:

Code:
@import url("//fonts.googleapis.com/css?family=Lato:400,700,900,400italic");/*!

This will only clean up some "browser bitching". If XBMC Video Server is accessed via "https", browsers it should load those fonts via https too. That small change should't affect anything else.
Kodi @ Windows Server 2012 R2 | Pulse-Eight USB-CEC Adapter
Reply


Messages In This Thread
RE: XBMC Video Server: stream/download your library contents - by paavoris - 2014-09-08, 19:29
Reverse Proxy Problem - by tsthomas - 2014-10-23, 19:20
Doctor Who xmas Specials - by ZennMystic - 2015-12-31, 02:39
Logout Mark Read Team Forum Stats Members Help
XBMC Video Server: stream/download your library contents9