mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 15:33:29 +02:00
Cleanup
This commit is contained in:
parent
1e64f3db18
commit
dd40a4c4d1
2 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,6 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
console.log(final)
|
|
||||||
return final
|
return final
|
||||||
},
|
},
|
||||||
maxPage: function () {
|
maxPage: function () {
|
||||||
|
|
|
@ -74,6 +74,7 @@ export default {
|
||||||
logger.default.info('Successfully created playlist')
|
logger.default.info('Successfully created playlist')
|
||||||
self.success = true
|
self.success = true
|
||||||
self.isLoading = false
|
self.isLoading = false
|
||||||
|
self.name = ''
|
||||||
self.$store.dispatch('playlists/fetchOwn')
|
self.$store.dispatch('playlists/fetchOwn')
|
||||||
}, error => {
|
}, error => {
|
||||||
logger.default.error('Error while creating playlist')
|
logger.default.error('Error while creating playlist')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue