mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Model driven indexer settings
This commit is contained in:
6
UI/Settings/Indexers/Collection.js
Normal file
6
UI/Settings/Indexers/Collection.js
Normal file
@@ -0,0 +1,6 @@
|
||||
define(['app', 'Settings/Indexers/Model'], function () {
|
||||
NzbDrone.Settings.Indexers.Collection = Backbone.Collection.extend({
|
||||
url : NzbDrone.Constants.ApiRoot + '/indexer',
|
||||
model: NzbDrone.Settings.Indexers.Model
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user