mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-08 23:04:51 +02:00
Fix URL encoding, fix download m4b cover art
This commit is contained in:
@ -75,7 +75,7 @@ export default {
|
||||
|
||||
return {
|
||||
...track,
|
||||
relativePath: trackPath.replace(audiobookPath, '')
|
||||
relativePath: trackPath.replace(audiobookPath, '').replace(/%/g, '%25').replace(/#/g, '%23')
|
||||
}
|
||||
})
|
||||
},
|
||||
|
Reference in New Issue
Block a user