Fix:Initial audiobook progress sync, Fix:Reset stream on logout

This commit is contained in:
advplyr
2021-11-20 19:25:01 -06:00
parent 6bb8dfeffa
commit f5d455feb1
13 changed files with 157 additions and 142 deletions
+1
View File
@@ -130,6 +130,7 @@ class Server extends EventEmitter {
logout() {
this.setUser(null)
this.stream = null
if (this.socket) {
this.socket.disconnect()
}