mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +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
|
@ -26,6 +26,6 @@ export default class AudioTrack {
|
|||
return `${process.env.serverUrl}${this.contentUrl}?token=${this.userToken}`
|
||||
}
|
||||
|
||||
return this.contentUrl + '?token=${this.userToken}'
|
||||
return this.contentUrl + `?token=${this.userToken}`
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue