mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-05 17:43:37 +00:00
Merge pull request #171 from JackDandy/feature/FixRenameExcludedMetadata
Fix rename of excluded metadata.
This commit is contained in:
commit
7af8f09916
2 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue