diff --git a/src/controllers/dashboardpage.js b/src/controllers/dashboardpage.js
index 699c80c80a..63c6f3226b 100644
--- a/src/controllers/dashboardpage.js
+++ b/src/controllers/dashboardpage.js
@@ -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 "";
},
getNowPlayingImageUrl: function (item) {
diff --git a/src/controllers/devices.js b/src/controllers/devices.js
index 897282a0ef..4c8c37eedc 100644
--- a/src/controllers/devices.js
+++ b/src/controllers/devices.js
@@ -74,7 +74,7 @@ define(["loading", "dom", "libraryMenu", "globalize", "scripts/imagehelper", "hu
deviceHtml += '