mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 16:43:58 -07:00
5 lines
168 B
JavaScript
5 lines
168 B
JavaScript
"use strict";
|
|
define(['app', 'backbone.deepmodel'], function (App, DeepModel) {
|
|
NzbDrone.Settings.Notifications.Model = DeepModel.DeepModel.extend({
|
|
});
|
|
});
|