diff --git a/couchpotato/core/event.py b/couchpotato/core/event.py index 8a5145a6..b46b2b4f 100644 --- a/couchpotato/core/event.py +++ b/couchpotato/core/event.py @@ -102,7 +102,6 @@ def fireEvent(name, *args, **kwargs): # Merge if options['merge'] and len(results) > 0: - results.reverse() # Priority 1 is higher then 100 # Dict if isinstance(results[0], dict):