0
0
Fork 0

Pass the user's ID to the playlist export modal.

This commit is contained in:
Oliver-Akins 2020-08-14 22:34:42 -06:00
parent f5611e8b98
commit 12d7bc688d
2 changed files with 4 additions and 0 deletions

View file

@ -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)