From 9e194f4868e271a65209c5f73626aa25026b3e3e Mon Sep 17 00:00:00 2001 From: CodeName393 Date: Thu, 5 Feb 2026 02:51:24 +0900 Subject: [PATCH] Fix --- 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 dfd8570..f10e9d3 100644 --- a/unshackle/core/titles/episode.py +++ b/unshackle/core/titles/episode.py @@ -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: