rimosso filter_servers

This commit is contained in:
marco
2020-07-01 20:28:36 +02:00
parent b3730bd720
commit 34178f0d63
5 changed files with 0 additions and 37 deletions

View File

@@ -208,7 +208,6 @@ def run(item=None):
# First checks if channel has a "findvideos" function
if hasattr(channel, 'findvideos'):
itemlist = getattr(channel, item.action)(item)
itemlist = servertools.filter_servers(itemlist)
# If not, uses the generic findvideos function
else: