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

added Chrome Extension (chrome companion) icon

added icon for Chrome Companion so it can show in the active devices list
This commit is contained in:
Techywarrior 2014-07-15 13:46:34 -07:00
parent 42214deaba
commit be4b1a3561

View file

@ -638,6 +638,11 @@
return "<img src='css/images/chromecast/ic_media_route_on_holo_light.png' />";
}
if (clientLowered == "chrome companion") {
return "<img src='css/images/clients/chrome_companion.png' />";
}
return null;
},
@ -1028,4 +1033,4 @@ $(document).on('pagebeforeshow', "#dashboardPage", DashboardPage.onPageShow)
.on('mouseleave.sessionItemMenu', '.playingSession', onHoverOut);
};
})(jQuery, document, window);
})(jQuery, document, window);