Moved autoscroble rewatches checkbox above scrobble percentage input box
This commit is contained in:
@@ -71,6 +71,12 @@
|
|||||||
<span>Autoscrobbling TV Shows</span>
|
<span>Autoscrobbling TV Shows</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="checkboxcontainer">
|
||||||
|
<label>
|
||||||
|
<input is="emby-checkbox" type="checkbox" id="ScrobbleRewatches"/>
|
||||||
|
<span>Autoscrobbling Rewatches</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
<div class="inputContainer">
|
<div class="inputContainer">
|
||||||
<input is="emby-input" id="ScrobblePercentage" type="number" min="0" max="100" pattern="[0-9]*"
|
<input is="emby-input" id="ScrobblePercentage" type="number" min="0" max="100" pattern="[0-9]*"
|
||||||
label="Scrobbling percentage:"/>
|
label="Scrobbling percentage:"/>
|
||||||
@@ -78,12 +84,6 @@
|
|||||||
Percentage watched needed to scrobble
|
Percentage watched needed to scrobble
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxcontainer">
|
|
||||||
<label>
|
|
||||||
<input is="emby-checkbox" type="checkbox" id="ScrobbleRewatches"/>
|
|
||||||
<span>Autoscrobbling Rewatches</span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
<br>
|
<br>
|
||||||
<button is="emby-button" type="submit" class="raised button-submit block"><span>${Save}</span>
|
<button is="emby-button" type="submit" class="raised button-submit block"><span>${Save}</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user