fix wallpaper api

This commit is contained in:
jxxghp
2025-04-29 15:26:10 +08:00
parent 1614eebc47
commit 5ac4d3f4ae

View File

@@ -77,5 +77,7 @@ def wallpapers() -> Any:
return WebUtils.get_bing_wallpapers()
elif settings.WALLPAPER == "mediaserver":
return MediaServerChain().get_latest_wallpapers()
else:
elif settings.WALLPAPER == "tmdb":
return TmdbChain().get_trending_wallpapers()
else:
return []