Skip to content

Commit

Permalink
fix #497
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxghp committed Sep 9, 2023
1 parent 7ce6561 commit 933c6d8
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 @@ -204,7 +204,7 @@ def do_transfer(self, path: Path, meta: MetaBase = None,
file_meta = meta

# 合并季
if season:
if season is not None:
file_meta.begin_season = season

if not file_meta:
Expand Down

0 comments on commit 933c6d8

Please sign in to comment.