mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-03-11 17:09:00 +00:00
Update episode name handling in filename
This commit is contained in:
@@ -114,7 +114,7 @@ class Episode(Title):
|
|||||||
year=f" {self.year}" if self.year and config.series_year else "",
|
year=f" {self.year}" if self.year and config.series_year else "",
|
||||||
season=self.season,
|
season=self.season,
|
||||||
number=self.number,
|
number=self.number,
|
||||||
name=self.name or "",
|
name=self.name if self.name and config.insert_episodename_into_filenames else "",
|
||||||
).strip()
|
).strip()
|
||||||
|
|
||||||
if config.scene_naming:
|
if config.scene_naming:
|
||||||
|
|||||||
Reference in New Issue
Block a user