mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
removed backbone from VS solution,
renamed NzbDrone.Backbone to UI
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
define(['app'], function (app) {
|
||||
NzbDrone.Settings.SettingsModel = Backbone.Model.extend({
|
||||
url: NzbDrone.Constants.ApiRoot + '/settings'
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user