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