Fix: audiobook progress emitter emit to all user sockets #145, Fix: save user after progress update

This commit is contained in:
advplyr 2021-10-25 21:14:54 -05:00
parent c5eafdfa8a
commit 8b31c6555a
7 changed files with 30 additions and 14 deletions

View file

@ -178,6 +178,7 @@ export default {
this.$store.commit('users/updateUser', user)
},
currentUserAudiobookUpdate(payload) {
// console.log('Received user audiobook update', payload)
this.$store.commit('user/updateUserAudiobook', payload)
},
downloadToastClick(download) {

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf-client",
"version": "1.5.2",
"version": "1.5.3",
"description": "Audiobook manager and player",
"main": "index.js",
"scripts": {