fix tmdbinfo
This commit is contained in:
parent
739a9f637a
commit
03fb7e149a
@ -12,7 +12,7 @@ class TheTvDbModule(_ModuleBase):
|
|||||||
tvdb: tvdb_api.Tvdb = None
|
tvdb: tvdb_api.Tvdb = None
|
||||||
|
|
||||||
def init_module(self) -> None:
|
def init_module(self) -> None:
|
||||||
self.tvdb = tvdb_api.Tvdb(apikey=settings.TVDB_API_KEY)
|
self.tvdb = tvdb_api.Tvdb(apikey=settings.TVDB_API_KEY, cache=False, select_first=True)
|
||||||
|
|
||||||
def stop(self):
|
def stop(self):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user