mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-12 04:29:39 +08:00
fix module name
This commit is contained in:
@@ -14,6 +14,10 @@ class PlexModule(_ModuleBase):
|
||||
def init_module(self) -> None:
|
||||
self.plex = Plex()
|
||||
|
||||
@staticmethod
|
||||
def get_name() -> str:
|
||||
return "Plex"
|
||||
|
||||
def stop(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user