mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-03 07:26:47 +00:00
fix cron
This commit is contained in:
@@ -21,5 +21,5 @@ MoviePilot三方插件市场:https://github.com/thsrite/MoviePilot-Plugins/
|
||||
- [群辉Webhook通知 1.1](plugins_record%2FSynologyNotify.md)
|
||||
- [同步CookieCloud 1.1](plugins_record%2FSyncCookieCloud.md)
|
||||
- [日程提醒 1.0](plugins_record%2FScheduleReminder.md)
|
||||
- [订阅提醒 1.0](plugins_record%2FSubscribeReminder.md)
|
||||
- [订阅提醒 1.1](plugins_record%2FSubscribeReminder.md)
|
||||
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
"SubscribeReminder": {
|
||||
"name": "订阅提醒",
|
||||
"description": "推送当天订阅更新内容。",
|
||||
"version": "1.0",
|
||||
"version": "1.1",
|
||||
"icon": "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/subscribe_reminder.png",
|
||||
"author": "thsrite",
|
||||
"level": 1
|
||||
|
||||
@@ -22,7 +22,7 @@ class SubscribeReminder(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/subscribe_reminder.png"
|
||||
# 插件版本
|
||||
plugin_version = "1.0"
|
||||
plugin_version = "1.1"
|
||||
# 插件作者
|
||||
plugin_author = "thsrite"
|
||||
# 作者主页
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
|
||||
### 更新记录
|
||||
|
||||
- 1.1 fix cron
|
||||
- 1.0 推送当天订阅更新内容
|
||||
|
||||
Reference in New Issue
Block a user