diff --git a/front/src/components/auth/SubsonicTokenForm.vue b/front/src/components/auth/SubsonicTokenForm.vue index b724d31fb..fa11dd911 100644 --- a/front/src/components/auth/SubsonicTokenForm.vue +++ b/front/src/components/auth/SubsonicTokenForm.vue @@ -135,7 +135,9 @@ export default { return this.$store.state.instance.settings.subsonic.enabled.value }, labels () { - subsonicField: this.$pgettext("Content/Password/Input.label", "Your subsonic API password") + return { + subsonicField: this.$pgettext("Content/Password/Input.label", "Your subsonic API password") + } } } }