mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Fixed FormBuilder
This commit is contained in:
parent
28de886bb1
commit
5e0a66d792
2 changed files with 14 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
|||
'use strict';
|
||||
define(
|
||||
[
|
||||
'Settings/Indexers/Model'
|
||||
'Settings/Indexers/Model',
|
||||
'Form/FormBuilder'
|
||||
], function (IndexerModel) {
|
||||
return Backbone.Collection.extend({
|
||||
url : window.ApiRoot + '/indexer',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue