@@ -56,11 +56,11 @@ def update_categories(self): pass # request json API - def update_streams(self, cat, search=""): + def update_streams(self, cat): # category type: podcast or radio if cat in self.podcast: grp = "podcast" url = self.api_podcast % (grp, self.podcast.index(cat)+1)