更新 mediaserver.py

This commit is contained in:
jxxghp
2024-11-05 18:39:00 +08:00
committed by GitHub
parent 7e6ef04554
commit 2d83880830

View File

@@ -96,7 +96,7 @@ class MediaServerChain(ChainBase):
@cached(cache=TTLCache(maxsize=1, ttl=3600))
def get_latest_wallpapers(self, server: str = None, count: int = 10,
remote: bool = False, username: str = None) -> List[str]:
remote: bool = True, username: str = None) -> List[str]:
"""
获取最新最新入库条目海报作为壁纸缓存1小时
"""