mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-23 17:29:19 +02:00
Fix:Native audio player set time and play on load #227, Change:Mobile UI updates & cleanup old bookshelf
This commit is contained in:
parent
4592e1f494
commit
6d5f6bc46e
11 changed files with 106 additions and 939 deletions
|
@ -143,5 +143,6 @@ export {
|
|||
export default ({ app }, inject) => {
|
||||
app.$decode = decode
|
||||
app.$encode = encode
|
||||
app.$isDev = process.env.NODE_ENV !== 'production'
|
||||
// app.$isDev = process.env.NODE_ENV !== 'production'
|
||||
inject('isDev', process.env.NODE_ENV !== 'production')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue