mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-06-06 07:26:45 +00:00
Merge pull request #3686 from InfinityPacer/feature/recommend
This commit is contained in:
@@ -133,6 +133,8 @@ class RecommendChain(ChainBase, metaclass=Singleton):
|
||||
return
|
||||
|
||||
for data in datas:
|
||||
if global_vars.is_system_stopped:
|
||||
return
|
||||
poster_path = data.get("poster_path")
|
||||
if poster_path:
|
||||
poster_url = poster_path.replace("original", "w500")
|
||||
|
||||
Reference in New Issue
Block a user