This commit is contained in:
jxxghp
2023-06-13 14:35:02 +08:00
parent 2b9975b9b2
commit 8776e51b22
11 changed files with 60 additions and 49 deletions

View File

@ -207,7 +207,7 @@ class TorrentHelper:
# 控重的主链是名称、年份、季、集
meta = context.meta_info
media = context.media_info
if media.type != MediaType.MOVIE:
if media.type == MediaType.TV:
media_name = "%s%s" % (media.get_title_string(),
meta.get_season_episode_string())
else: