make EpisodeUpdateView work

This commit is contained in:
bkfox
2024-03-25 23:48:25 +01:00
parent 1f716891ac
commit 8d4b4c5896
20 changed files with 180 additions and 104 deletions

View File

@@ -54,11 +54,13 @@ window.aircox = {
}
},
onKeyPress(event) {
onKeyPress(/*event*/) {
/*
if(event.key == " ") {
this.player.togglePlay()
event.stopPropagation()
}
*/
},
/**