mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 19:39:10 +00:00
Moved isPlexAuthenticated from movie component to userModule.
This commit is contained in:
@@ -69,6 +69,10 @@ export default {
|
||||
|
||||
ifMissingSettingsAndTokenExistsFetchSettings()
|
||||
return undefined
|
||||
},
|
||||
isPlexAuthenticated: (state) => {
|
||||
let hasPlexId = state.settings['plex_userid']
|
||||
return hasPlexId != undefined
|
||||
}
|
||||
},
|
||||
mutations: {
|
||||
@@ -101,4 +105,4 @@ export default {
|
||||
commit('SET_SETTINGS', settings)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user