Rework device icons + add Kodi

This commit is contained in:
mcarlton00 2019-12-20 17:44:38 -05:00
parent 4f71cc1814
commit d9757956a3
4 changed files with 91 additions and 4 deletions

View file

@ -623,7 +623,7 @@ define(["datetime", "events", "itemHelper", "serverNotifications", "dom", "globa
}
},
getClientImage: function (connection) {
var iconUrl = imageHelper.getDeviceIcon(connection.DeviceName);
var iconUrl = imageHelper.getDeviceIcon(connection);
return "<img src='" + iconUrl + "' />";
},
getNowPlayingImageUrl: function (item) {