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:
parent
b7af0b8a16
commit
33cb658057
2 changed files with 2 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue