return json

This commit is contained in:
2025-11-29 00:57:17 +00:00
parent 544a029e17
commit 5547f30fc9
2 changed files with 2 additions and 8 deletions

View File

@@ -36,10 +36,7 @@ export default {
}); });
return { return {
albumImage, song,
artistName,
songName,
playing,
}; };
}, },
}; };

View File

@@ -35,10 +35,7 @@ export default {
}); });
return { return {
albumImage, played,
artistName,
songName,
playing,
}; };
}, },
}; };