This commit is contained in:
Eliot Berriot 2018-03-20 19:58:38 +01:00
parent 1e64f3db18
commit dd40a4c4d1
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,6 @@ export default {
}
}
})
console.log(final)
return final
},
maxPage: function () {

View File

@ -74,6 +74,7 @@ export default {
logger.default.info('Successfully created playlist')
self.success = true
self.isLoading = false
self.name = ''
self.$store.dispatch('playlists/fetchOwn')
}, error => {
logger.default.error('Error while creating playlist')