From d945bd18e4473bb12fd9b031c25b6dc1a5704f5f Mon Sep 17 00:00:00 2001 From: JackDandy Date: Sat, 7 Feb 2015 18:11:40 +0000 Subject: [PATCH] Fix rename of excluded metadata. --- CHANGES.md | 1 + sickbeard/tv.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index dfaf7967..7b486f18 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,7 @@ * Fix displayShow topmenu variable to point to a valid menu item * Change displayShow scene exception separator to a comma for neater appearance * Remove non english subtitle providers +* Fix rename of excluded metadata [develop changelog] diff --git a/sickbeard/tv.py b/sickbeard/tv.py index 10c465ff..68c17045 100644 --- a/sickbeard/tv.py +++ b/sickbeard/tv.py @@ -2441,7 +2441,7 @@ class TVEpisode(object): return related_files = postProcessor.PostProcessor(self.location).list_associated_files( - self.location) + self.location, base_name_only=True) if self.show.subtitles and sickbeard.SUBTITLES_DIR != '': related_subs = postProcessor.PostProcessor(self.location).list_associated_files(sickbeard.SUBTITLES_DIR,