mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
"use strict";
|
|
define(['app'], function () {
|
|
NzbDrone.Settings.Notifications.Model = Backbone.DeepModel.extend({
|
|
});
|
|
});
|