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

fixes around saving music brainz id's to xml

This commit is contained in:
Luke Pulverenti 2013-08-25 13:18:56 -04:00
parent b7af0b8a16
commit 33cb658057
2 changed files with 2 additions and 10 deletions

View file

@ -841,14 +841,6 @@
currentPlaylistIndex = 0;
var nowPlayingBar = $('#nowPlayingBar');
if (items.length > 1) {
$('#previousTrackButton', nowPlayingBar)[0].disabled = false;
$('#nextTrackButton', nowPlayingBar)[0].disabled = false;
} else {
$('#previousTrackButton', nowPlayingBar)[0].disabled = true;
$('#nextTrackButton', nowPlayingBar)[0].disabled = true;
}
};
self.playInternal = function (item, startPosition, user) {