mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-15 17:36:57 +00:00
another semicolon
This commit is contained in:
parent
cc6b9f4cb0
commit
e7fcdd47e5
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ if (props.user.listenbrainz) {
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
listenbrainzdata.value = false;
|
listenbrainzdata.value = false;
|
||||||
}
|
}
|
||||||
})()
|
})();
|
||||||
}
|
}
|
||||||
|
|
||||||
const background = computed(() => {
|
const background = computed(() => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue