mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-07-11 16:05:38 +08:00
Add pattern
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
|
||||
<div class="inputContainer">
|
||||
<label class="inputeLabel inputLabelUnfocused" for="txtServer">Server:</label>
|
||||
<input id="txtServer" is="emby-input" name="txtServer" required type="text"/>
|
||||
<div class="fieldDescription">URL of JavTube Server.</div>
|
||||
<input id="txtServer" is="emby-input" name="txtServer" pattern="^https?://.+$" required
|
||||
type="text"/>
|
||||
<div class="fieldDescription">HTTP URL of JavTube Server.</div>
|
||||
</div>
|
||||
|
||||
<div class="inputContainer">
|
||||
|
||||
Reference in New Issue
Block a user