Fixed some bugs and added Random Classic
This commit is contained in:
@@ -58,6 +58,7 @@ export default {
|
|||||||
let trackAddedToQue = false;
|
let trackAddedToQue = false;
|
||||||
this.disableButtons = true;
|
this.disableButtons = true;
|
||||||
let copyOfPlaylist = this.localPlaylist;
|
let copyOfPlaylist = this.localPlaylist;
|
||||||
|
setTimeout(() => this.isHidden = false, 2000);
|
||||||
//If the local playlist of MP3s is empty, wait for a new track to load
|
//If the local playlist of MP3s is empty, wait for a new track to load
|
||||||
if (copyOfPlaylist.length === 0) {
|
if (copyOfPlaylist.length === 0) {
|
||||||
console.log("No track preloaded, loading a new one");
|
console.log("No track preloaded, loading a new one");
|
||||||
|
|||||||
Reference in New Issue
Block a user