mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-24 21:04:33 +02:00
Fix ebook url, add opus to uploader, set chapters after track updates
This commit is contained in:
parent
1637b6c7f0
commit
a590e795e3
6 changed files with 19 additions and 9 deletions
|
@ -70,7 +70,7 @@ export default {
|
|||
}
|
||||
},
|
||||
fullUrl() {
|
||||
var serverUrl = process.env.serverUrl
|
||||
var serverUrl = process.env.serverUrl || '/local'
|
||||
return `${serverUrl}/${this.url}`
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue