Filter loop added

This commit is contained in:
Core 2022-06-16 14:47:52 +01:00
parent 23ad2640dc
commit 7850493c9e
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
3 changed files with 13 additions and 2 deletions

View file

@ -1079,6 +1079,16 @@
</label>
</div>
</div>
<div class="md-option-line" v-show="app.cfg.lastfm.enabled">
<div class="md-option-segment">
{{$root.getLz('settings.option.connectivity.filterLoop')}}
</div>
<div class="md-option-segment md-option-segment_auto">
<label>
<input type="checkbox" v-model="app.cfg.lastfm.filter_loop" switch/>
</label>
</div>
</div>
</div>
</div>
</b-tab>