diff --git a/plugins.v2/nullbrsearch/__init__.py b/plugins.v2/nullbrsearch/__init__.py index 5aee906..1821e85 100644 --- a/plugins.v2/nullbrsearch/__init__.py +++ b/plugins.v2/nullbrsearch/__init__.py @@ -322,7 +322,7 @@ class NullbrSearch(_PluginBase): plugin_name = "Nullbr资源搜索" plugin_desc = "优先使用Nullbr API搜索影视资源,支持多种资源类型(115网盘、磁力、ed2k、m3u8)" plugin_icon = "https://raw.githubusercontent.com/Hqyel/MoviePilot-Plugins/main/icons/nullbr.png" - plugin_version = "1.0.6" + plugin_version = "1.0.7" plugin_author = "Hqyel" author_url = "https://github.com/Hqyel" plugin_config_prefix = "nullbr_" @@ -1776,4 +1776,4 @@ class NullbrSearch(_PluginBase): # 导出插件类,确保插件系统能正确识别 -__all__ = ['NullbrSearch'] \ No newline at end of file +__all__ = ['NullbrSearch']