mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-31 01:33:44 -04:00
[web-src] Only show Spotify as artwork source if user is logged in
This commit is contained in:
parent
f4539cac20
commit
c8a5826e0b
@ -15,7 +15,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>In addition to that, you can enable fetching artwork from the following artwork providers:</p>
|
<p>In addition to that, you can enable fetching artwork from the following artwork providers:</p>
|
||||||
</div>
|
</div>
|
||||||
<settings-checkbox category_name="artwork" option_name="use_artwork_source_spotify" v-if="spotify.enabled">
|
<settings-checkbox category_name="artwork" option_name="use_artwork_source_spotify" v-if="spotify.libspotify_logged_in">
|
||||||
<template slot="label"> Spotify</template>
|
<template slot="label"> Spotify</template>
|
||||||
</settings-checkbox>
|
</settings-checkbox>
|
||||||
<settings-checkbox category_name="artwork" option_name="use_artwork_source_discogs">
|
<settings-checkbox category_name="artwork" option_name="use_artwork_source_discogs">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user