Skip to content

Commit

Permalink
Fix PP starting to pp entire download folder, when processing season …
Browse files Browse the repository at this point in the history
…packs with multiple video files. (#9775)

* Added logging

* Comment out bug.

* Remove logs and comments
  • Loading branch information
p0psicles authored Aug 6, 2021
1 parent b5c2e84 commit 7e0f0cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions medusa/process_tv.py
Original file line number Diff line number Diff line change
Expand Up @@ -598,10 +598,6 @@ def prepare_files(self, path, files, force=False):

def process_files(self, path, force=False, is_priority=None, ignore_subs=False):
"""Post-process and delete the files in a given path."""
# TODO: Replace this with something that works for multiple video files
if self.resource_name and len(self.video_files) > 1:
self.resource_name = None

if self.video_in_rar:
video_files = set(self.video_files + self.video_in_rar)

Expand Down

0 comments on commit 7e0f0cf

Please sign in to comment.