Update Userscript

This commit is contained in:
Ruud
2014-03-30 23:26:14 +02:00
parent 07fc4b3728
commit fb7dbd5716
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ log = CPLog(__name__)
class Userscript(Plugin):
version = 4
version = 5
def __init__(self):
addApiView('userscript.get/(.*)/(.*)', self.getUserScript, static = True)