RSS: Fix listing of commands (show names, not URLs).

This commit is contained in:
Valentin Lorentz 2014-08-01 09:17:58 +00:00
parent f3b31e5a4b
commit ddcbc151b6

View File

@ -214,7 +214,7 @@ class RSS(callbacks.Plugin):
return True
def listCommands(self):
return self.__parent.listCommands(self.feeds.keys())
return self.__parent.listCommands(self.feed_names.keys())
def getCommandMethod(self, command):
try: