This commit is contained in:
CodeName393
2026-02-05 02:51:24 +09:00
committed by GitHub
parent 5b50a6cd79
commit 9e194f4868

View File

@@ -132,7 +132,7 @@ class Episode(Title):
year=f" {self.year}" if self.year and config.series_year else "",
season=self.season,
number=self.number,
name=self.name if self.name and config.insert_episodename_into_filenames else "",
name=self.name or "",
).strip()
if config.scene_naming: