Add missing checkboxes

This commit is contained in:
Joe Rogers 2021-11-04 23:58:32 +01:00
parent e3e6953c6d
commit 6c76d30538
No known key found for this signature in database
GPG key ID: 0074AD57B8FDBBB4

View file

@ -12,6 +12,14 @@
<input is="emby-checkbox" type="checkbox" id="includeAdult" />
<span>Include adult content in search results.</span>
</label>
<label class="checkboxContainer">
<input is="emby-checkbox" type="checkbox" id="excludeTagsSeries" />
<span>Exclude tags/keywords from metadata fetched for series.</span>
</label>
<label class="checkboxContainer">
<input is="emby-checkbox" type="checkbox" id="excludeTagsMovies" />
<span>Exclude tags/keywords from metadata fetched for movies.</span>
</label>
<br />
<div>
<button is="emby-button" type="submit" class="raised button-submit block"><span>Save</span></button>