[web] Add streamurl_ignore setting under artwork tab

This commit is contained in:
Alain Nussbaumer
2025-01-03 16:01:03 +01:00
parent c7432e6bca
commit a51da62ca4
7 changed files with 34 additions and 38 deletions

View File

@@ -3,13 +3,26 @@
<tabs-settings />
<content-with-heading>
<template #heading-left>
<p class="title is-4" v-text="$t('page.settings.artwork.artwork')" />
<div class="title is-4" v-text="$t('page.settings.artwork.title')" />
</template>
<template #content>
<div
class="content"
v-text="$t('page.settings.artwork.explanation-1')"
/>
<settings-checkbox category="artwork" name="streamurl_ignore">
<template #label>
<span v-text="$t('page.settings.artwork.streaming')" />
</template>
</settings-checkbox>
<settings-checkbox
category="artwork"
name="show_cover_artwork_in_album_lists"
>
<template #label>
<span v-text="$t('page.settings.artwork.show-coverart')" />
</template>
</settings-checkbox>
<div
class="content"
v-text="$t('page.settings.artwork.explanation-2')"

View File

@@ -71,24 +71,6 @@
</settings-checkbox>
</template>
</content-with-heading>
<content-with-heading>
<template #heading-left>
<p
class="title is-4"
v-text="$t('page.settings.general.album-lists')"
/>
</template>
<template #content>
<settings-checkbox
category="webinterface"
name="show_cover_artwork_in_album_lists"
>
<template #label>
<span v-text="$t('page.settings.general.show-coverart')" />
</template>
</settings-checkbox>
</template>
</content-with-heading>
<content-with-heading>
<template #heading-left>
<p