Rebuilding audio player and handling playback sessions in android. Moving all logic natively

This commit is contained in:
advplyr
2022-04-02 12:12:00 -05:00
parent 314dc960f2
commit f70f707100
19 changed files with 180 additions and 596 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ export default {
// },
userLoggedOut() {
// Only cancels stream if streamining not playing downloaded
this.$eventBus.$emit('close_stream')
this.$eventBus.$emit('close-stream')
},
initSocketListeners() {
if (this.$server.socket) {