mirror of
https://github.com/d0zingcat/MoviePilot-Plugins.git
synced 2026-05-31 23:16:54 +00:00
fix ChatGPT
This commit is contained in:
@@ -54,8 +54,7 @@ class MediaServerRefresh(_PluginBase):
|
||||
def get_api(self) -> List[Dict[str, Any]]:
|
||||
pass
|
||||
|
||||
@staticmethod
|
||||
def get_form() -> Tuple[List[dict], Dict[str, Any]]:
|
||||
def get_form(self) -> Tuple[List[dict], Dict[str, Any]]:
|
||||
"""
|
||||
拼装插件配置页面,需要返回两块数据:1、页面配置;2、数据结构
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user