Added separated fallbackSearch option for Spotify Features
This commit is contained in:
parent
36ee241bd1
commit
fc899376e6
File diff suppressed because one or more lines are too long
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user