mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-10 05:54:47 +02:00
New data model classes, ffmpeg-kit, jackson json deserializer, add permission
This commit is contained in:
parent
461733854a
commit
4fc70cd3dd
30 changed files with 9058 additions and 9642 deletions
|
@ -1,5 +1,5 @@
|
|||
import Server from '../Server'
|
||||
|
||||
export default function ({ store }, inject) {
|
||||
inject('server', new Server(store))
|
||||
export default function ({ store, $axios }, inject) {
|
||||
inject('server', new Server(store, $axios))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue