diff --git a/couchpotato/core/event.py b/couchpotato/core/event.py index aa05ce0f..bd704f5c 100644 --- a/couchpotato/core/event.py +++ b/couchpotato/core/event.py @@ -104,6 +104,8 @@ 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): merged = {}