Skip to content

Commit

Permalink
Fix: step can be any
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu committed Jul 11, 2022
1 parent b636150 commit 03ef8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jellyfin.Plugin.JavTube/Configuration/configPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2 class="sectionTitle">Image</h2>

<div class="inputContainer">
<label class="inputLabel inputLabelUnfocused" for="txtPrimaryImageRatio">Primary image ratio:</label>
<input id="txtPrimaryImageRatio" is="emby-input" name="txtPrimaryImageRatio" pattern="[0-9]*" step=".1" type="number"/>
<input id="txtPrimaryImageRatio" is="emby-input" name="txtPrimaryImageRatio" step="any" type="number"/>
<div class="fieldDescription">Ratio for primary images, set a negtive value to use the default.</div>
</div>
</div>
Expand Down

0 comments on commit 03ef8ec

Please sign in to comment.