Update config page

This commit is contained in:
cxfksword
2023-02-15 18:40:42 +08:00
parent ec6b8afb78
commit 5be9c9e67b
2 changed files with 7 additions and 2 deletions

View File

@@ -46,8 +46,12 @@
</div>
<div class="inputContainer">
<label class="inputLabel inputLabelUnfocused" for="ChConvert">弹幕中文简繁转换</label>
<input id="ChConvert" name="ChConvert" type="number" is="emby-input" />
<div class="fieldDescription">中文简繁转换。0-不转换1-转换为简体2-转换为繁体。</div>
<select is="emby-select" id="ChConvert" name="ChConvert"
class="emby-select-withcolor emby-select">
<option value="0">不转换</option>
<option value="1">转换为简体</option>
<option value="2">转换为繁体</option>
</select>
</div>
</fieldset>

View File

@@ -86,6 +86,7 @@ public class DanmuSubtitleProvider : ISubtitleProvider
return list;
}
// 媒体库未启用就不处理
if (_libraryManagerEventsHelper.IsIgnoreItem(item))
{
return list;