mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
removed backlog from UI
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
define(
|
||||
[
|
||||
'backbone',
|
||||
'Quality/QualityProfileCollection'
|
||||
], function (Backbone, QualityProfileCollection) {
|
||||
'Quality/QualityProfileCollection',
|
||||
'underscore'
|
||||
], function (Backbone, QualityProfileCollection,_) {
|
||||
return Backbone.Model.extend({
|
||||
|
||||
urlRoot: ApiRoot + '/series',
|
||||
|
Reference in New Issue
Block a user