mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
fix module name
This commit is contained in:
@@ -16,6 +16,10 @@ class TheTvDbModule(_ModuleBase):
|
||||
select_first=True,
|
||||
proxies=settings.PROXY)
|
||||
|
||||
@staticmethod
|
||||
def get_name() -> str:
|
||||
return "TheTvDb"
|
||||
|
||||
def stop(self):
|
||||
self.tvdb.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user