Skip to content

Commit

Permalink
Fix leak of group name.
Browse files Browse the repository at this point in the history
  • Loading branch information
EstrellaXD committed May 11, 2023
1 parent 824bd83 commit 3410a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/parser/title_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def raw_parser(raw: str, rss_link: str, _id: int = 0) -> BangumiData:
title_raw=title_raw,
season=_season,
season_raw=episode.season_raw,
group=episode.group,
group_name=episode.group,
dpi=episode.resolution,
source=episode.source,
subtitle=episode.sub,
Expand Down

0 comments on commit 3410a4a

Please sign in to comment.