Merge branch 'develop' of dev.funkwhale.audio:funkwhale/funkwhale into develop

This commit is contained in:
Agate 2020-08-06 16:12:26 +02:00
commit 2074234acb
1 changed files with 3 additions and 1 deletions

View File

@ -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")
}
}
}
}