Updated Monkeydo to 0.3.0

This commit is contained in:
Victor Westerlund 2021-11-20 11:59:32 +01:00
parent 15267e03cd
commit a1981bc73a
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ export default class WindowManager {
self.channels[target].postMessage(["DRAW_ART",index]); self.channels[target].postMessage(["DRAW_ART",index]);
}, },
playCredits: () => { playCredits: () => {
self.players.credits.do(); self.players.credits.play();
} }
} }
@ -77,7 +77,7 @@ export default class WindowManager {
await player.load(manifest.toString()); await player.load(manifest.toString());
} }
this.players.lyrics.do(); this.players.lyrics.play();
this.mediaElement.play(); this.mediaElement.play();
} }

@ -1 +1 @@
Subproject commit 4073785f934c1051d01131750426e14d8354ac9f Subproject commit 22eda9780099b77bfd755f214534bba24a881894