Add:Sync local media progress button on local media page

This commit is contained in:
advplyr
2022-12-11 12:01:54 -06:00
parent 067c2f84dd
commit feec7f7399
4 changed files with 57 additions and 9 deletions
+3
View File
@@ -20,6 +20,9 @@ export const getters = {
getToken: (state) => {
return state.user ? state.user.token : null
},
getServerConnectionConfigId: (state) => {
return state.serverConnectionConfig ? state.serverConnectionConfig.id : null
},
getServerAddress: (state) => {
return state.serverConnectionConfig ? state.serverConnectionConfig.address : null
},