[web-src] Only show Spotify as artwork source if user is logged in

This commit is contained in:
chme 2020-05-01 09:46:43 +02:00
parent f4539cac20
commit c8a5826e0b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
</p>
<p>In addition to that, you can enable fetching artwork from the following artwork providers:</p>
</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>
</settings-checkbox>
<settings-checkbox category_name="artwork" option_name="use_artwork_source_discogs">