|
|
@ -30,6 +30,7 @@ define(['app', 'Shared/NotificationCollection', 'Series/SeriesCollection'], func
|
|
|
|
var self = this;
|
|
|
|
var self = this;
|
|
|
|
|
|
|
|
|
|
|
|
this.model.save(undefined, {
|
|
|
|
this.model.save(undefined, {
|
|
|
|
|
|
|
|
url : NzbDrone.Series.SeriesCollection.prototype.url,
|
|
|
|
success: function () {
|
|
|
|
success: function () {
|
|
|
|
var notificationModel = new NzbDrone.Shared.NotificationModel({
|
|
|
|
var notificationModel = new NzbDrone.Shared.NotificationModel({
|
|
|
|
title : 'Added',
|
|
|
|
title : 'Added',
|
|
|
|