mirror of
https://github.com/cxfksword/jellyfin-plugin-danmu.git
synced 2026-07-17 03:50:58 +08:00
Update config page
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -86,6 +86,7 @@ public class DanmuSubtitleProvider : ISubtitleProvider
|
||||
return list;
|
||||
}
|
||||
|
||||
// 媒体库未启用就不处理
|
||||
if (_libraryManagerEventsHelper.IsIgnoreItem(item))
|
||||
{
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user