mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
remove unused var
This commit is contained in:
@@ -49,7 +49,7 @@ const getAlbumArtists = async (hash: string) => {
|
||||
};
|
||||
|
||||
const getAlbumBio = async (hash: string) => {
|
||||
const { data, status, error } = await useAxios({
|
||||
const { data, status } = await useAxios({
|
||||
url: state.settings.uri + "/album/bio",
|
||||
props: {
|
||||
hash: hash,
|
||||
|
||||
Reference in New Issue
Block a user