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:
parent
42214deaba
commit
be4b1a3561
1 changed files with 6 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue