mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-13 13:02:58 -04:00
[web] Add page for miscellaneous settings #1829
This commit is contained in:
parent
05def54541
commit
2e1ef33026
@ -487,7 +487,9 @@
|
||||
"miscellaneous": {
|
||||
"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": {
|
||||
|
@ -17,11 +17,11 @@
|
||||
<settings-textfield
|
||||
category="misc"
|
||||
name="streamurl_keywords_artwork_url"
|
||||
:placeholder="$t('page.settings.miscellaneous.streaming.keywords')"
|
||||
:placeholder="$t('page.settings.miscellaneous.streaming.keywords-artwork')"
|
||||
>
|
||||
<template #label>
|
||||
<span
|
||||
v-text="$t('page.settings.miscellaneous.streaming.keywords')"
|
||||
v-text="$t('page.settings.miscellaneous.streaming.keywords-artwork')"
|
||||
/>
|
||||
</template>
|
||||
</settings-textfield>
|
||||
|
Loading…
x
Reference in New Issue
Block a user