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 @@
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;