mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-06-07 07:26:53 +00:00
fix state
This commit is contained in:
@@ -81,7 +81,7 @@ class ScheduleReminder(_PluginBase):
|
||||
text=theme)
|
||||
|
||||
def get_state(self) -> bool:
|
||||
return False
|
||||
return self._enabled
|
||||
|
||||
@staticmethod
|
||||
def get_command() -> List[Dict[str, Any]]:
|
||||
|
||||
@@ -136,7 +136,7 @@ class SyncCookieCloud(_PluginBase):
|
||||
})
|
||||
|
||||
def get_state(self) -> bool:
|
||||
return False
|
||||
return self._enabled
|
||||
|
||||
@staticmethod
|
||||
def get_command() -> List[Dict[str, Any]]:
|
||||
|
||||
Reference in New Issue
Block a user