mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-10 13:59:40 +00:00
Moving settings to be user specific, adding playbackRate setting, update playbackRate picker to go up to 3x
This commit is contained in:
parent
40502aab1e
commit
7ef977b783
22 changed files with 247 additions and 103 deletions
|
|
@ -40,4 +40,8 @@ const cleanString = (str) => {
|
|||
}
|
||||
return cleaned
|
||||
}
|
||||
module.exports.cleanString = cleanString
|
||||
module.exports.cleanString = cleanString
|
||||
|
||||
module.exports.isObject = (val) => {
|
||||
return val !== null && typeof val === 'object'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue