Merge branch 'develop' of dev.funkwhale.audio:funkwhale/funkwhale into develop
This commit is contained in:
commit
2074234acb
|
@ -135,8 +135,10 @@ export default {
|
||||||
return this.$store.state.instance.settings.subsonic.enabled.value
|
return this.$store.state.instance.settings.subsonic.enabled.value
|
||||||
},
|
},
|
||||||
labels () {
|
labels () {
|
||||||
|
return {
|
||||||
subsonicField: this.$pgettext("Content/Password/Input.label", "Your subsonic API password")
|
subsonicField: this.$pgettext("Content/Password/Input.label", "Your subsonic API password")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue