mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
code cleanup.
This commit is contained in:
parent
1f94e2b55f
commit
cda53cfd3a
17 changed files with 1134 additions and 130 deletions
|
@ -25,10 +25,10 @@
|
|||
|
||||
initialize: function () {
|
||||
this.collection = notificationCollection;
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
NzbDrone.addInitializer(function (options) {
|
||||
NzbDrone.addInitializer(function () {
|
||||
NzbDrone.notificationRegion.show(new collectionView());
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue