mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
fixed URL when adding an indexer
This commit is contained in:
parent
332136bc6f
commit
e00b216eef
2 changed files with 12 additions and 12 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue