diff --git a/addon.xml b/addon.xml index 0944889..cccc441 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -41,7 +41,7 @@ icon.png - 1.0.10 (5/1/2020) + 1.0.11 (7/1/2020) - Fixes parent nodes diff --git a/changelog.txt b/changelog.txt index edfa295..3983b04 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +1.0.11 (7/1/2020) +- Fixes parent nodes + 1.0.10 (5/1/2020) - Fixes parent nodes diff --git a/resources/lib/rules.py b/resources/lib/rules.py index 267d54a..229e5fa 100644 --- a/resources/lib/rules.py +++ b/resources/lib/rules.py @@ -523,7 +523,7 @@ def newNodeRule( self, actionPath, ruleNum ): #def editNodeRule( self, actionPath, originalRule, newRule ): def editNodeRule( self, actionPath, ruleNum, match, operator, value ): - ( filePath, fileName ) = os.path.split( actionPath ) + ( filePath, fileName ) = os.path.split( unquote(actionPath) ) # Update the rule in the rules file if self.ltype.startswith('video'): rulesfile = 'videorules.xml'