Added syncedLyrics option in the settings

This commit is contained in:
RemixDev
2020-09-10 13:45:34 +02:00
parent d941615d17
commit e18baa4b81
4 changed files with 8 additions and 2 deletions

View File

@@ -395,6 +395,10 @@
<input type="checkbox" v-model="settings.tags.lyrics" />
<span class="checkbox_text">{{ $t('settings.tags.lyrics') }}</span>
</label>
<label class="with_checkbox">
<input type="checkbox" v-model="settings.tags.syncedLyrics" />
<span class="checkbox_text">{{ $t('settings.tags.syncedLyrics') }}</span>
</label>
<label class="with_checkbox">
<input type="checkbox" v-model="settings.tags.copyright" />
<span class="checkbox_text">{{ $t('settings.tags.copyright') }}</span>