fix glitch

This commit is contained in:
bkfox 2020-11-08 15:06:53 +01:00
parent 61f2a5457f
commit 774c558a36
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -219,7 +219,7 @@ export default {
play(playlist=null, index=0) {
this.load(playlist, index);
audio.play().catch(e => console.error(e))
this.audio.play().catch(e => console.error(e))
},
/// Push items to playlist (by name)