mirror of
https://github.com/unshackle-dl/unshackle.git
synced 2026-03-10 08:29: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 "",
|
||||
season=self.season,
|
||||
number=self.number,
|
||||
name=self.name or "",
|
||||
name=self.name if self.name and config.insert_episodename_into_filenames else "",
|
||||
).strip()
|
||||
|
||||
if config.scene_naming:
|
||||
|
||||
Reference in New Issue
Block a user