Fix spacing error
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user