mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-13 10:55:05 +02:00
Fix:OPML upload path separator #1476
This commit is contained in:
parent
3383ec2046
commit
debf0f495d
2 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@ export default {
|
|||
},
|
||||
folderPath() {
|
||||
if (!this.libraryFolderPath) return ''
|
||||
return `${this.libraryFolderPath}\\${this.$sanitizeFilename(this.title)}`
|
||||
return `${this.libraryFolderPath}/${this.$sanitizeFilename(this.title)}`
|
||||
},
|
||||
detailsWidth() {
|
||||
return this.width - 85
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue