1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix spacing error

This commit is contained in:
mcarlton00 2019-12-20 19:57:27 -05:00
parent d9757956a3
commit cef7186000

View file

@ -24,7 +24,7 @@ define(["browser"], function (browser) {
case "Web Browser":
return baseUrl + "html5.svg";
default:
switch(device.AppName) {
switch (device.AppName) {
case "Kodi":
return baseUrl + "kodi.svg";
}