From 5be9c9e67bb0c42692eb69c6403986e56358b2ed Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Wed, 15 Feb 2023 18:40:42 +0800 Subject: [PATCH] Update config page --- Jellyfin.Plugin.Danmu/Configuration/configPage.html | 8 ++++++-- Jellyfin.Plugin.Danmu/DanmuSubtitleProvider.cs | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Jellyfin.Plugin.Danmu/Configuration/configPage.html b/Jellyfin.Plugin.Danmu/Configuration/configPage.html index 05cc2d3..b83dc86 100644 --- a/Jellyfin.Plugin.Danmu/Configuration/configPage.html +++ b/Jellyfin.Plugin.Danmu/Configuration/configPage.html @@ -46,8 +46,12 @@
- -
中文简繁转换。0-不转换,1-转换为简体,2-转换为繁体。
+
diff --git a/Jellyfin.Plugin.Danmu/DanmuSubtitleProvider.cs b/Jellyfin.Plugin.Danmu/DanmuSubtitleProvider.cs index e1e58a9..0c44832 100644 --- a/Jellyfin.Plugin.Danmu/DanmuSubtitleProvider.cs +++ b/Jellyfin.Plugin.Danmu/DanmuSubtitleProvider.cs @@ -86,6 +86,7 @@ public class DanmuSubtitleProvider : ISubtitleProvider return list; } + // 媒体库未启用就不处理 if (_libraryManagerEventsHelper.IsIgnoreItem(item)) { return list;