William Toohey 8 years ago
parent b4d9a10d0d
commit 7a116b9101
  1. 3
      src/js/HuesCore.js

@ -624,6 +624,9 @@ class HuesCore {
doAutoSong() { doAutoSong() {
let func = null; let func = null;
if(this.resourceManager.enabledSongs.length < 2) {
return; // don't move if there's nothing to move to
}
if(localStorage["autoSongShuffle"] == "on") { if(localStorage["autoSongShuffle"] == "on") {
func = this.randomSong; func = this.randomSong;
} else { } else {

Loading…
Cancel
Save