mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-04 02:59:18 +08:00
fix: blanket in path
This commit is contained in:
Submodule docs/wiki updated: 519e381e8a...df8c30d2c3
@@ -52,7 +52,7 @@ class TorrentPath:
|
||||
|
||||
def _gen_save_path(self, data: BangumiData):
|
||||
folder = (
|
||||
f"{data.official_title}({data.year})" if data.year else data.official_title
|
||||
f"{data.official_title} ({data.year})" if data.year else data.official_title
|
||||
)
|
||||
save_path = path.join(self.download_path, folder, f"Season {data.season}")
|
||||
return save_path
|
||||
|
||||
Reference in New Issue
Block a user