add SystemConfModel

This commit is contained in:
jxxghp
2025-06-27 09:54:15 +08:00
parent bb4438ac42
commit 574257edf8
11 changed files with 63 additions and 49 deletions
+1 -1
View File
@@ -500,7 +500,7 @@ class TmdbApi:
return ret_info
@cached(maxsize=settings.CONF["tmdb"], ttl=settings.CONF["meta"])
@cached(maxsize=settings.CONF.tmdb, ttl=settings.CONF.meta)
@rate_limit_exponential(source="match_tmdb_web", base_wait=5, max_wait=1800, enable_logging=True)
def match_web(self, name: str, mtype: MediaType) -> Optional[dict]:
"""