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

update chromecast

This commit is contained in:
Luke Pulverenti 2014-08-17 23:00:37 -04:00
parent beebc89fb0
commit 425a4f3171
5 changed files with 46 additions and 164 deletions

View file

@ -95,6 +95,8 @@
currentPlayer = player;
currentTargetInfo = targetInfo || player.getCurrentTargetInfo();
console.log('Active player: ' + JSON.stringify(currentTargetInfo));
$(self).trigger('playerchange');
};