1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

added success notification when new series is added.

This commit is contained in:
Keivan Beigi
2013-01-28 19:01:46 -08:00
committed by kay.one
parent 159585553c
commit 30a049e4fb
5 changed files with 18 additions and 8 deletions
@@ -32,7 +32,7 @@ NzbDrone.Shared.NotificationCollectionView = Backbone.Marionette.CollectionView.
});
NzbDrone.addInitializer(function (options) {
NzbDrone.errorRegion.show(NzbDrone.Shared.NotificationCollectionView.Instance);
NzbDrone.notificationRegion.show(NzbDrone.Shared.NotificationCollectionView.Instance);
});