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'
|
import Vue from 'vue'
|
||||||
|
|
||||||
// Object is needed for vue proxy (what does this mean?)
|
// Object is needed for vue change detection
|
||||||
window.vol = {
|
window.vol = {
|
||||||
preview_max_volume: 100
|
preview_max_volume: 100
|
||||||
}
|
}
|
||||||
|
@ -428,7 +428,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<label class="with_checkbox">
|
<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>
|
<span class="checkbox_text">{{ $t('settings.other.singleAlbumArtist') }}</span>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
@ -755,5 +755,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user