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

fixes #896 - Chromecast icon needs to be displayed while playing videos on the web

This commit is contained in:
Luke Pulverenti 2016-02-09 13:05:12 -05:00
parent b90c1fc868
commit 06c88752b1
4 changed files with 19 additions and 12 deletions

View file

@ -64,7 +64,7 @@
});
}
function showPlayerSelection(button) {
function showPlayerSelection(button, enableHistory) {
var playerInfo = MediaController.getPlayerInfo();
@ -101,6 +101,7 @@
title: Globalize.translate('HeaderSelectPlayer'),
items: menuItems,
positionTo: button,
enableHistory: enableHistory !== false,
callback: function (id) {
var target = targets.filter(function (t) {