Moved autoscroble rewatches checkbox above scrobble percentage input box

This commit is contained in:
Alexander Rufenach
2021-06-03 05:53:55 -04:00
parent cc6b16e8cb
commit f63ea288df
@@ -71,6 +71,12 @@
<span>Autoscrobbling TV Shows</span>
</label>
</div>
<div class="checkboxcontainer">
<label>
<input is="emby-checkbox" type="checkbox" id="ScrobbleRewatches"/>
<span>Autoscrobbling Rewatches</span>
</label>
</div>
<div class="inputContainer">
<input is="emby-input" id="ScrobblePercentage" type="number" min="0" max="100" pattern="[0-9]*"
label="Scrobbling percentage:"/>
@@ -78,12 +84,6 @@
Percentage watched needed to scrobble
</div>
</div>
<div class="checkboxcontainer">
<label>
<input is="emby-checkbox" type="checkbox" id="ScrobbleRewatches"/>
<span>Autoscrobbling Rewatches</span>
</label>
</div>
<br>
<button is="emby-button" type="submit" class="raised button-submit block"><span>${Save}</span>
</button>