diff --git a/package.v2.json b/package.v2.json index 3a36fe3..324f164 100644 --- a/package.v2.json +++ b/package.v2.json @@ -83,11 +83,12 @@ "name": "Emby观影报告", "description": "推送Emby观影报告,需Emby安装Playback Report插件。", "labels": "Emby", - "version": "2.1.4", + "version": "2.1.5", "icon": "Pydiocells_A.png", "author": "thsrite", "level": 1, "history": { + "v2.1.5": "修复依赖问题", "v2.1.4": "修复观影记录日期获取", "v2.1.3": "优化执行周期输入,需要MoviePilot v2.2.1+", "v2.1.2": "媒体库黑名单改为媒体库名称", diff --git a/plugins.v2/embyreporter/__init__.py b/plugins.v2/embyreporter/__init__.py index 17099af..f4c9a47 100644 --- a/plugins.v2/embyreporter/__init__.py +++ b/plugins.v2/embyreporter/__init__.py @@ -32,7 +32,7 @@ class EmbyReporter(_PluginBase): # 插件图标 plugin_icon = "Pydiocells_A.png" # 插件版本 - plugin_version = "2.1.4" + plugin_version = "2.1.5" # 插件作者 plugin_author = "thsrite" # 作者主页 diff --git a/plugins.v2/embyreporter/requirements.txt b/plugins.v2/embyreporter/requirements.txt new file mode 100644 index 0000000..32c2f34 --- /dev/null +++ b/plugins.v2/embyreporter/requirements.txt @@ -0,0 +1 @@ +cacheout