From e05a98d22be3fd6f84fe4a4a9909279d5cd9986c Mon Sep 17 00:00:00 2001 From: Safihre Date: Sat, 26 Aug 2017 18:54:33 +0200 Subject: [PATCH] Do not show 'Apply filters' from the start Nothing more we can do to speed up the RSS evaluation. Closes #679 --- sabnzbd/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sabnzbd/interface.py b/sabnzbd/interface.py index 17e858e..552ec6a 100644 --- a/sabnzbd/interface.py +++ b/sabnzbd/interface.py @@ -1760,7 +1760,7 @@ class ConfigRss(object): self.__refresh_force = False # True if forced download of all matches is required self.__refresh_ignore = False # True if first batch of new feed must be ignored self.__evaluate = False # True if feed needs to be re-filtered - self.__show_eval_button = True # True if the "Apply filers" button should be shown + self.__show_eval_button = False # True if the "Apply filers" button should be shown self.__last_msg = '' # Last error message from RSS reader @cherrypy.expose