Fix:Clicking series item in list view when collapsing series #877

This commit is contained in:
advplyr 2023-10-07 13:39:47 -05:00
parent 46f558d6e0
commit 6b164bdb27
5 changed files with 17 additions and 95 deletions

View file

@ -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}`
}