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

Fix for playlist page

Conflicts:
	MediaBrowser.WebDashboard/dashboard-ui/scripts/mediacontroller.js
This commit is contained in:
Tim Hobbs 2014-06-04 15:58:12 -07:00
parent 7f06844164
commit dc1da009b3
2 changed files with 6 additions and 2 deletions

View file

@ -291,6 +291,10 @@
currentPlayer.shuffle(id);
};
self.playlist = function() {
return currentPlayer.playlist || [];
};
self.sendCommand = function (cmd, player) {
player = player || self.getLocalPlayer();