Pass the user's ID to the playlist export modal.
This commit is contained in:
parent
f5611e8b98
commit
12d7bc688d
2 changed files with 4 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ export default {
|
|||
// Set the Vue user object
|
||||
this.user.name = data.display_name || data.id;
|
||||
this.user.image = data.images.length > 0 ? data.images[0].url : ``;
|
||||
this.$emit(`user_id`, data.id);
|
||||
|
||||
}).catch((err) => {
|
||||
console.error(err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue