See #578: added embed wizard on track and album page to generate iframe embed code

This commit is contained in:
Eliot Berriot 2018-12-19 14:04:49 +01:00
parent 9220b2f0f1
commit 49bb4befc6
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 155 additions and 6 deletions

View file

@ -62,6 +62,7 @@ export default {
self.nextPage = response.data.next
self.isLoading = false
self.libraries = response.data.results
self.$emit('loaded', self.libraries)
}, error => {
self.isLoading = false
self.errors = error.backendErrors