mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix v1 rollback
This commit is contained in:
@@ -26,7 +26,7 @@ class CloudStrm(_PluginBase):
|
||||
# 插件图标
|
||||
plugin_icon = "https://raw.githubusercontent.com/thsrite/MoviePilot-Plugins/main/icons/create.png"
|
||||
# 插件版本
|
||||
plugin_version = "4.4.2"
|
||||
plugin_version = "4.4.1"
|
||||
# 插件作者
|
||||
plugin_author = "thsrite"
|
||||
# 作者主页
|
||||
@@ -565,7 +565,7 @@ class CloudStrm(_PluginBase):
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
'component': 'VCronField',
|
||||
'component': 'VTextField',
|
||||
'props': {
|
||||
'model': 'cron',
|
||||
'label': '生成周期',
|
||||
@@ -582,7 +582,7 @@ class CloudStrm(_PluginBase):
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
'component': 'VCronField',
|
||||
'component': 'VTextField',
|
||||
'props': {
|
||||
'model': 'rebuild_cron',
|
||||
'label': '重建索引周期',
|
||||
|
||||
Reference in New Issue
Block a user