mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
Notification settings added to the UI
This commit is contained in:
parent
a153599d50
commit
c5376319fe
21 changed files with 168 additions and 35 deletions
5
UI/Settings/Notifications/Model.js
Normal file
5
UI/Settings/Notifications/Model.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
"use strict";
|
||||
define(['app'], function () {
|
||||
NzbDrone.Settings.Notifications.Model = Backbone.DeepModel.extend({
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue