mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 18:15:01 +02:00
Change: Route for resetting progress
This commit is contained in:
parent
3f63c4d157
commit
77784e4988
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ export default {
|
|||
this.resettingProgress = true
|
||||
if (this.$server.connected) {
|
||||
await this.$axios
|
||||
.$delete(`/api/user/audiobook/${this.audiobookId}`)
|
||||
.$patch(`/api/user/audiobook/${this.audiobookId}/reset-progress`)
|
||||
.then(() => {
|
||||
console.log('Progress reset complete')
|
||||
this.$toast.success(`Your progress was reset`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue