mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
更新 subscribe.py
This commit is contained in:
@@ -234,7 +234,7 @@ class SubscribeChain(ChainBase, metaclass=Singleton):
|
|||||||
else:
|
else:
|
||||||
text = f"评分:{mediainfo.vote_average}"
|
text = f"评分:{mediainfo.vote_average}"
|
||||||
if mediainfo.actors:
|
if mediainfo.actors:
|
||||||
text += f"\n演员:{'、 '.join([actor['name'] for actor in mediainfo.actors])}"
|
text += f"\n演员:{'、 '.join([actor['name'] for actor in mediainfo.actors[:5])}"
|
||||||
if mediainfo.overview:
|
if mediainfo.overview:
|
||||||
text += f"\n简介:{mediainfo.overview}"
|
text += f"\n简介:{mediainfo.overview}"
|
||||||
if mediainfo.type == MediaType.TV:
|
if mediainfo.type == MediaType.TV:
|
||||||
|
|||||||
Reference in New Issue
Block a user