mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Offline support, downloading, syncing progress
This commit is contained in:
+2
-4
@@ -1,7 +1,5 @@
|
||||
import Vue from 'vue'
|
||||
import Server from '../Server'
|
||||
|
||||
Vue.prototype.$server = null
|
||||
export default function ({ store }) {
|
||||
Vue.prototype.$server = new Server(store)
|
||||
export default function ({ store }, inject) {
|
||||
inject('server', new Server(store))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user