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