mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 13:55:28 +02:00
Podcast episode player fixes, episode table ui updates
This commit is contained in:
@@ -117,4 +117,8 @@ module.exports.copyValue = (val) => {
|
||||
}
|
||||
return final
|
||||
}
|
||||
}
|
||||
|
||||
module.exports.encodeUriPath = (path) => {
|
||||
return path.replace(/\\/g, '/').replace(/%/g, '%25').replace(/#/g, '%23')
|
||||
}
|
||||
Reference in New Issue
Block a user