[web] Add page for miscellaneous settings #1829

This commit is contained in:
Alain Nussbaumer 2025-01-03 16:14:43 +01:00
parent 05def54541
commit 2e1ef33026
2 changed files with 5 additions and 3 deletions

View File

@ -487,7 +487,9 @@
"miscellaneous": { "miscellaneous": {
"streaming": { "streaming": {
"title": "Streaming", "title": "Streaming",
"ignore": "Ignore artwork served by radio stations" "ignore": "Ignore artwork served by radio stations",
"keywords-artwork": "Keywords artwork",
"keywords-length": "Keywords length"
} }
}, },
"services": { "services": {

View File

@ -17,11 +17,11 @@
<settings-textfield <settings-textfield
category="misc" category="misc"
name="streamurl_keywords_artwork_url" name="streamurl_keywords_artwork_url"
:placeholder="$t('page.settings.miscellaneous.streaming.keywords')" :placeholder="$t('page.settings.miscellaneous.streaming.keywords-artwork')"
> >
<template #label> <template #label>
<span <span
v-text="$t('page.settings.miscellaneous.streaming.keywords')" v-text="$t('page.settings.miscellaneous.streaming.keywords-artwork')"
/> />
</template> </template>
</settings-textfield> </settings-textfield>