mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-28 23:48:45 +02:00
Add podcast pages, android download podcast, scan podcast folders
This commit is contained in:
+1
-1
@@ -1,4 +1,3 @@
|
||||
import Vue from 'vue'
|
||||
import { io } from 'socket.io-client'
|
||||
import EventEmitter from 'events'
|
||||
|
||||
@@ -58,6 +57,7 @@ class ServerSocket extends EventEmitter {
|
||||
this.connected = true
|
||||
this.$store.commit('setSocketConnected', true)
|
||||
this.emit('connection-update', true)
|
||||
this.socket.emit('auth', this.token) // Required to connect a user with their socket
|
||||
}
|
||||
|
||||
onDisconnect(reason) {
|
||||
|
||||
Reference in New Issue
Block a user