mirror of
https://github.com/metatube-community/jellyfin-plugin-metatube.git
synced 2026-05-11 00:38:59 +08:00
update configpage
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user