Cleanup
This commit is contained in:
parent
b470d7dd5d
commit
271a45e2b0
|
@ -86,7 +86,6 @@ export default Vue.extend({
|
||||||
},
|
},
|
||||||
mounted: function () {
|
mounted: function () {
|
||||||
this.$store.dispatch('grabUserSettings').then((result) => {
|
this.$store.dispatch('grabUserSettings').then((result) => {
|
||||||
console.log('AFTER GRABBING', result)
|
|
||||||
this.$store.dispatch('grabHistory')
|
this.$store.dispatch('grabHistory')
|
||||||
this.$store.dispatch('grabAllProfiles', this.$t('Profile.All Channels'))
|
this.$store.dispatch('grabAllProfiles', this.$t('Profile.All Channels'))
|
||||||
this.$store.dispatch('grabAllPlaylists')
|
this.$store.dispatch('grabAllPlaylists')
|
||||||
|
|
Loading…
Reference in New Issue