fix module name

This commit is contained in:
jxxghp
2024-05-16 14:20:18 +08:00
parent a740330e66
commit 43647e59a4
23 changed files with 97 additions and 4 deletions

View File

@ -14,6 +14,10 @@ class JellyfinModule(_ModuleBase):
def init_module(self) -> None:
self.jellyfin = Jellyfin()
@staticmethod
def get_name() -> str:
return "Jellyfin"
def init_setting(self) -> Tuple[str, Union[str, bool]]:
return "MEDIASERVER", "jellyfin"