mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07: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'
|
|
});
|
|
});
|