mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
removed backlog from UI
This commit is contained in:
parent
577761c3f2
commit
79f69e3307
7 changed files with 11 additions and 87 deletions
|
@ -2,8 +2,9 @@
|
|||
define(
|
||||
[
|
||||
'backbone',
|
||||
'Quality/QualityProfileCollection'
|
||||
], function (Backbone, QualityProfileCollection) {
|
||||
'Quality/QualityProfileCollection',
|
||||
'underscore'
|
||||
], function (Backbone, QualityProfileCollection,_) {
|
||||
return Backbone.Model.extend({
|
||||
|
||||
urlRoot: ApiRoot + '/series',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue