Fixed settings tab for singleAlbumArtist
This commit is contained in:
parent
e3847cbfb7
commit
f4b55e958f
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
import Vue from 'vue'
|
||||
|
||||
// Object is needed for vue proxy (what does this mean?)
|
||||
// Object is needed for vue change detection
|
||||
window.vol = {
|
||||
preview_max_volume: 100
|
||||
}
|
||||
|
@ -428,7 +428,7 @@
|
||||
</div>
|
||||
|
||||
<label class="with_checkbox">
|
||||
<input type="checkbox" v-model="settings.singleAlbumArtist" />
|
||||
<input type="checkbox" v-model="settings.tags.singleAlbumArtist" />
|
||||
<span class="checkbox_text">{{ $t('settings.other.singleAlbumArtist') }}</span>
|
||||
</label>
|
||||
|
||||
@ -755,5 +755,3 @@ export default {
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user