Skip to content

Commit

Permalink
misc: update Disabled to All Allowed for min. tag weights
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Oct 6, 2024
1 parent 946b341 commit c09c6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shokofin/Pages/Settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ <h3 class="listItemBodyText">Spoiler | Local Spoiler</h3>
<div class="selectContainer selectContainer-withDescription expert-only">
<label class="selectLabel" for="TagMinimumWeight">Minimum tag weight for tags</label>
<select is="emby-select" id="TagMinimumWeight" name="TagMinimumWeight" class="emby-select-withcolor emby-select">
<option value="Weightless" selected>Disabled (Default)</option>
<option value="Weightless" selected>All Allowed (Default)</option>
<option value="One">⯪☆☆</option>
<option value="Two">★☆☆</option>
<option value="Three">★⯪☆</option>
Expand Down Expand Up @@ -972,7 +972,7 @@ <h3 class="listItemBodyText">Spoiler | Local Spoiler</h3>
<div class="selectContainer selectContainer-withDescription expert-only">
<label class="selectLabel" for="GenreMinimumWeight">Minimum tag weight for genres</label>
<select is="emby-select" id="GenreMinimumWeight" name="GenreMinimumWeight" class="emby-select-withcolor emby-select">
<option value="Weightless">Disabled</option>
<option value="Weightless">All Allowed</option>
<option value="One">⯪☆☆</option>
<option value="Two">★☆☆</option>
<option value="Three" selected>★⯪☆</option>
Expand Down

0 comments on commit c09c6ea

Please sign in to comment.