mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
more import existing series code.
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
/// <reference path="../app.js" />
|
||||
|
||||
NzbDrone.Shared.NotificationCollection = Backbone.Collection.extend({
|
||||
|
||||
model: NzbDrone.Shared.NotificationModel,
|
||||
|
||||
});
|
||||
|
||||
|
||||
NzbDrone.Shared.NotificationModel = Backbone.Model.extend({
|
||||
|
||||
mutators: {
|
||||
@@ -40,3 +32,10 @@ NzbDrone.Shared.NotificationModel = Backbone.Model.extend({
|
||||
"message": "",
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
NzbDrone.Shared.NotificationCollection = Backbone.Collection.extend({
|
||||
|
||||
model: NzbDrone.Shared.NotificationModel,
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user