mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-29 07:58:43 +02:00
New data model classes, ffmpeg-kit, jackson json deserializer, add permission
This commit is contained in:
+2
-2
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user