diff --git a/resources/lib/plex_functions.py b/resources/lib/plex_functions.py index 9c12cba7..8e120ce4 100644 --- a/resources/lib/plex_functions.py +++ b/resources/lib/plex_functions.py @@ -626,6 +626,7 @@ class DownloadGen(object): sleep(100) if not len(self.pending_counter) and not len(self.xml): raise StopIteration + LOG.debug('Waiting for download to finish') def get(self, key, default=None): return self.attrib.get(key, default)