mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added events when series are added
This commit is contained in:
@@ -38,7 +38,7 @@ define(['app', 'Shared/NotificationCollection', 'Series/SeriesCollection'], func
|
||||
});
|
||||
|
||||
notificationCollection.push(notificationModel);
|
||||
self.close();
|
||||
NzbDrone.vent.trigger(NzbDrone.Events.SeriesAdded, { existing: false, series: self.model });
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user