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:
parent
d9757956a3
commit
cef7186000
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ define(["browser"], function (browser) {
|
||||||
case "Web Browser":
|
case "Web Browser":
|
||||||
return baseUrl + "html5.svg";
|
return baseUrl + "html5.svg";
|
||||||
default:
|
default:
|
||||||
switch(device.AppName) {
|
switch (device.AppName) {
|
||||||
case "Kodi":
|
case "Kodi":
|
||||||
return baseUrl + "kodi.svg";
|
return baseUrl + "kodi.svg";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue