remove LOW priority from youtube regex - it doesnt need it

This commit is contained in:
jesopo 2019-09-08 12:21:28 +01:00
parent d0202ff809
commit 896b98bbd1

View file

@ -154,7 +154,6 @@ class Module(ModuleManager.BaseModule):
event["stderr"].write("No search phrase provided")
@utils.hook("command.regex")
@utils.kwarg("priority", EventManager.PRIORITY_LOW)
@utils.kwarg("ignore_action", False)
@utils.kwarg("command", "youtube")
@utils.kwarg("pattern", REGEX_YOUTUBE)