mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 20:19:19 +02:00
See #578: added embed wizard on track and album page to generate iframe embed code
This commit is contained in:
parent
9220b2f0f1
commit
49bb4befc6
4 changed files with 155 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue