mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-13 02:19:46 +01:00
Change: Using posix file paths, Change: njodb version bump, Change: Ignore directories and files starting with . #169
This commit is contained in:
@@ -143,7 +143,7 @@ export default {
|
||||
.map((file) => {
|
||||
var _file = { ...file }
|
||||
var imgRelPath = _file.path.replace(this.audiobookPath, '')
|
||||
_file.localPath = `/s/book/${this.audiobookId}${imgRelPath}`
|
||||
_file.localPath = `/s/book/${this.audiobookId}/${imgRelPath}`
|
||||
return _file
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user