Added separated fallbackSearch option for Spotify Features

This commit is contained in:
RemixDev 2021-06-08 19:54:46 +02:00
parent 36ee241bd1
commit fc899376e6
2 changed files with 12 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -523,10 +523,13 @@
<input v-model="settings.playlistFilenameTemplate" type="text" /> <input v-model="settings.playlistFilenameTemplate" type="text" />
</div> </div>
<!--
TODO: Uncomment when implemented
<label class="with-checkbox"> <label class="with-checkbox">
<input v-model="settings.saveDownloadQueue" type="checkbox" /> <input v-model="settings.saveDownloadQueue" type="checkbox" />
<span class="checkbox-text">{{ $t('settings.downloads.saveDownloadQueue') }}</span> <span class="checkbox-text">{{ $t('settings.downloads.saveDownloadQueue') }}</span>
</label> </label>
-->
</BaseAccordion> </BaseAccordion>
<BaseAccordion class="settings-group"> <BaseAccordion class="settings-group">
@ -701,6 +704,11 @@
<p class="input-group-text">{{ $t('settings.spotify.username') }}</p> <p class="input-group-text">{{ $t('settings.spotify.username') }}</p>
<input v-model="spotifyUser" type="text" /> <input v-model="spotifyUser" type="text" />
</div> </div>
<label class="with-checkbox">
<input v-model="spotifyFeatures.fallbackSearch" type="checkbox" />
<span class="checkbox-text">{{ $t('settings.downloads.fallbackSearch') }}</span>
</label>
</BaseAccordion> </BaseAccordion>
<footer class="bg-background-main"> <footer class="bg-background-main">