From 9a8aa5e6322dfe3786d0c277b7cae5b323b3c6f3 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 5 May 2025 13:16:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20subscribe.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/subscribe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/chain/subscribe.py b/app/chain/subscribe.py index 0d224e34..3eb13df7 100644 --- a/app/chain/subscribe.py +++ b/app/chain/subscribe.py @@ -234,7 +234,7 @@ class SubscribeChain(ChainBase, metaclass=Singleton): else: text = f"评分:{mediainfo.vote_average}" 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: text += f"\n简介:{mediainfo.overview}" if mediainfo.type == MediaType.TV: