mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 17:44:51 +02:00
Remove app update package
This commit is contained in:
parent
aecb6a8dd2
commit
e8b6602fe5
9 changed files with 18768 additions and 131 deletions
|
@ -7,7 +7,6 @@ export const state = () => ({
|
|||
playerIsPlaying: false,
|
||||
isCasting: false,
|
||||
isCastAvailable: false,
|
||||
appUpdateInfo: null,
|
||||
socketConnected: false,
|
||||
networkConnected: false,
|
||||
networkConnectionType: null,
|
||||
|
@ -84,9 +83,6 @@ export const mutations = {
|
|||
setIsFirstLoad(state, val) {
|
||||
state.isFirstLoad = val
|
||||
},
|
||||
setAppUpdateInfo(state, info) {
|
||||
state.appUpdateInfo = info
|
||||
},
|
||||
setSocketConnected(state, val) {
|
||||
state.socketConnected = val
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue