From 4988d37fe955669c0d156aa933dc1adc5b010089 Mon Sep 17 00:00:00 2001 From: CodeName393 Date: Thu, 29 Jan 2026 02:38:31 +0900 Subject: [PATCH] Update episode name handling in filename --- unshackle/core/titles/episode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unshackle/core/titles/episode.py b/unshackle/core/titles/episode.py index b260ce9..1b34228 100644 --- a/unshackle/core/titles/episode.py +++ b/unshackle/core/titles/episode.py @@ -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: