mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +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":
|
if settings.WALLPAPER == "bing":
|
||||||
return WebUtils.get_bing_wallpapers()
|
return WebUtils.get_bing_wallpapers()
|
||||||
elif settings.WALLPAPER == "mediaserver":
|
elif settings.WALLPAPER == "mediaserver":
|
||||||
url = MediaServerChain().get_latest_wallpapers()
|
return MediaServerChain().get_latest_wallpapers()
|
||||||
else:
|
else:
|
||||||
url = TmdbChain().get_trending_wallpapers()
|
return TmdbChain().get_trending_wallpapers()
|
||||||
Reference in New Issue
Block a user