diff options
Diffstat (limited to 'module/PluginThread.py')
| -rw-r--r-- | module/PluginThread.py | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/module/PluginThread.py b/module/PluginThread.py index d4a0ed667..20cb10a5b 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -331,6 +331,13 @@ class DecrypterThread(PluginThread):                  self.active.error = msg              return +             +        except Abort: +         +            self.m.log.info(_("Download aborted: %s") % pyfile.name) +            pyfile.setStatus("aborted") +             +            return          except Retry: | 
