mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-13 17:52:28 +08:00
Merge pull request #2998 from Akimio521/fix/wallpapers
This commit is contained in:
@@ -76,6 +76,6 @@ def wallpapers() -> Any:
|
||||
if settings.WALLPAPER == "bing":
|
||||
return WebUtils.get_bing_wallpapers()
|
||||
elif settings.WALLPAPER == "mediaserver":
|
||||
url = MediaServerChain().get_latest_wallpapers()
|
||||
return MediaServerChain().get_latest_wallpapers()
|
||||
else:
|
||||
url = TmdbChain().get_trending_wallpapers()
|
||||
return TmdbChain().get_trending_wallpapers()
|
||||
Reference in New Issue
Block a user