mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-15 21:06:20 -04:00
fixed URL when adding an indexer
This commit is contained in:
@@ -33,7 +33,7 @@ define(
|
||||
schemaCollection.url = StatusModel.get('urlBase') + '/api/indexer/schema';
|
||||
schemaCollection.fetch({
|
||||
success: function (collection) {
|
||||
collection.url = './api/indexer';
|
||||
collection.url = StatusModel.get('urlBase') + '/api/indexer';
|
||||
var model = _.first(collection.models);
|
||||
|
||||
model.set({
|
||||
|
||||
Reference in New Issue
Block a user