mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +02:00
Fix player content url, update user progress object include media entity id, update reset progress route
This commit is contained in:
parent
3d2bbc7719
commit
6a06ba4327
10 changed files with 65 additions and 35 deletions
|
@ -259,7 +259,6 @@ export default {
|
|||
this.$store.commit('users/updateUser', user)
|
||||
},
|
||||
userItemProgressUpdate(payload) {
|
||||
console.log('User item progress update', payload)
|
||||
this.$store.commit('user/updateItemProgress', payload)
|
||||
},
|
||||
collectionAdded(collection) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue