mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
New: Drone now uses the Download Client API to determine if a download is ready for import. (User configuration is required to replace the drone factory with this feature)
This commit is contained in:
10
src/UI/Settings/Notifications/NotificationModel.js
Normal file
10
src/UI/Settings/Notifications/NotificationModel.js
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
define([
|
||||
'Settings/SettingsModelBase'
|
||||
], function (ModelBase) {
|
||||
return ModelBase.extend({
|
||||
|
||||
successMessage: 'Notification Saved',
|
||||
errorMessage : 'Couldn\'t save notification'
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user