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:
parent
b90c1fc868
commit
06c88752b1
4 changed files with 19 additions and 12 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue