diff options
| -rw-r--r-- | module/plugins/hooks/ExtractArchive.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py index 93107810c..c001000c8 100644 --- a/module/plugins/hooks/ExtractArchive.py +++ b/module/plugins/hooks/ExtractArchive.py @@ -169,7 +169,7 @@ class ExtractArchive(Addon):      @threaded      def extract_queued(self, thread): -        if self.extracting:  #@NOTE: doing the check here for safty (called by coreReady) +        if self.extracting:  #@NOTE: doing the check here for safety (called by coreReady)              return          self.extracting = True | 
