update configpage

This commit is contained in:
xjasonlyu
2022-06-29 18:04:29 +08:00
parent 00baee399f
commit 8bf3b28ea6

View File

@@ -114,7 +114,7 @@
<div class="inputContainer">
<label class="inputLabel inputLabel-float inputLabelUnfocused" for="txtActorRawSubstitutionTable">Actor substitution table:</label>
<textarea class="emby-input" id="txtActorRawSubstitutionTable" is="emby-input" name="txtActorRawSubstitutionTable" rows="10" type="text"></textarea>
<textarea class="emby-input" id="txtActorRawSubstitutionTable" is="emby-input" name="txtActorRawSubstitutionTable" placeholder="飯岡かなこ=森沢かな" rows="5" type="text"></textarea>
<div class="fieldDescription">One record per line, separated by equal signs. Leave the target actor blank to delete the source actor.</div>
</div>
@@ -127,7 +127,7 @@
<div class="inputContainer">
<label class="inputLabel inputLabel-float inputLabelUnfocused" for="txtGenreRawSubstitutionTable">Genre substitution table:</label>
<textarea class="emby-input" id="txtGenreRawSubstitutionTable" is="emby-input" name="txtGenreRawSubstitutionTable" rows="10" type="text"></textarea>
<textarea class="emby-input" id="txtGenreRawSubstitutionTable" is="emby-input" name="txtGenreRawSubstitutionTable" placeholder="" rows="5" type="text"></textarea>
<div class="fieldDescription">One record per line, separated by equal signs. Leave the target genre blank to delete the source genre.</div>
</div>
</div>