Skip to content
Snippets Groups Projects
Commit 905a32a0 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth
Browse files

Fix broken subsonic label

parent 547c4ea5
No related branches found
No related tags found
No related merge requests found
......@@ -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")
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment