feat: added the ability to skip artists automatically. Takes precedence over muting. fixes #175

This commit is contained in:
2023-01-22 21:18:20 +01:00
parent 0620d87d8b
commit c0d9cd2834
7 changed files with 43 additions and 2 deletions

View File

@@ -63,6 +63,18 @@
</label>
</div>
<textarea id="mutedArtists" class="textarea" cols="40" rows="5" spellcheck="false"></textarea>
<div class="group__option">
<div class="group__description">
<h4>Skip Artists automatically</h4>
<p>The following list of artists (1 per line) will be skipped automatically.</p>
</div>
<label class="switch">
<input id="skipArtists" type="checkbox">
<span class="switch__slider"></span>
</label>
</div>
<textarea id="skippedArtists" class="textarea" cols="40" rows="5" spellcheck="false"></textarea>
</div>
<div class="group">
<p class="group__title">UI</p>