mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-20 04:24:20 -04:00
[web] Add page for miscellaneous settings #1829
This commit is contained in:
parent
05def54541
commit
2e1ef33026
@ -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": {
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user