Moved autoscroble rewatches checkbox above scrobble percentage input box
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user