mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 09:04:40 +02:00
Fix:Clicking series item in list view when collapsing series #877
This commit is contained in:
parent
46f558d6e0
commit
6b164bdb27
5 changed files with 17 additions and 95 deletions
|
@ -217,7 +217,6 @@ export default {
|
|||
return Capacitor.convertFileSrc(this.localContentUrl)
|
||||
}
|
||||
const serverAddress = this.$store.getters['user/getServerAddress']
|
||||
|
||||
if (this.ebookFileId) {
|
||||
return `${serverAddress}/api/items/${this.selectedLibraryItem.id}/ebook/${this.ebookFileId}`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue