Skip to content

Commit

Permalink
fix #358
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Sep 1, 2023
1 parent 55c0611 commit 7b37d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/chain/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def do_transfer(self, path: Path, meta: MetaBase = None,
self.scrape_metadata(path=transferinfo.target_path, mediainfo=media)
# 发送通知
se_str = None
if mediainfo.type == MediaType.TV:
if media.type == MediaType.TV:
se_str = f"{meta.season} {StringUtils.format_ep(season_episodes[mkey])}"
self.send_transfer_message(meta=meta,
mediainfo=media,
Expand Down

0 comments on commit 7b37d86

Please sign in to comment.