mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-31 07:26:47 +00:00
Merge pull request #327 from Aqr-K/main
fix(bug): Bump version to 2.1.5 and update requirements
This commit is contained in:
@@ -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": "媒体库黑名单改为媒体库名称",
|
||||
|
||||
@@ -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"
|
||||
# 作者主页
|
||||
|
||||
1
plugins.v2/embyreporter/requirements.txt
Normal file
1
plugins.v2/embyreporter/requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
cacheout
|
||||
Reference in New Issue
Block a user