add 自动更新Cookie

This commit is contained in:
jxxghp
2023-06-15 12:37:10 +08:00
parent 9155c44041
commit 9efb2007fc
10 changed files with 445 additions and 112 deletions

View File

@ -209,7 +209,7 @@ class TorrentHelper:
media = context.media_info
if media.type == MediaType.TV:
media_name = "%s%s" % (media.title_year,
meta.get_season_episode_string())
meta.season_episode)
else:
media_name = media.title_year
if media_name not in _added: