From 5547f30fc9695571881123b91dcab64bd659088f Mon Sep 17 00:00:00 2001 From: Adam French Date: Sat, 29 Nov 2025 00:57:17 +0000 Subject: [PATCH] return json --- nginx/vue/src/components/spotify/Listening.vue | 5 +---- nginx/vue/src/components/spotify/Recent.vue | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/nginx/vue/src/components/spotify/Listening.vue b/nginx/vue/src/components/spotify/Listening.vue index c244e57..1b2ac0e 100644 --- a/nginx/vue/src/components/spotify/Listening.vue +++ b/nginx/vue/src/components/spotify/Listening.vue @@ -36,10 +36,7 @@ export default { }); return { - albumImage, - artistName, - songName, - playing, + song, }; }, }; diff --git a/nginx/vue/src/components/spotify/Recent.vue b/nginx/vue/src/components/spotify/Recent.vue index 2bab166..633e3d8 100644 --- a/nginx/vue/src/components/spotify/Recent.vue +++ b/nginx/vue/src/components/spotify/Recent.vue @@ -35,10 +35,7 @@ export default { }); return { - albumImage, - artistName, - songName, - playing, + played, }; }, };