mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-02 21:44:56 +02:00
Fix batch mark as finished and clear selection #490
This commit is contained in:
parent
c5a9c2bf5a
commit
ebc9e1a888
4 changed files with 7 additions and 4 deletions
|
@ -166,6 +166,7 @@ export default {
|
|||
isFinished: newIsFinished
|
||||
}
|
||||
})
|
||||
console.log('Progress payloads', updateProgressPayloads)
|
||||
this.$axios
|
||||
.patch(`/api/me/progress/batch/update`, updateProgressPayloads)
|
||||
.then(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue