mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 04:51:45 +02:00
Sorting on all series views is now working
New: Sorting is now persisted on a per page and browser basis New: Series lists now support sorting on all views
This commit is contained in:
@@ -8,7 +8,7 @@ define(
|
||||
'api!series',
|
||||
'Mixins/AsPersistedStateCollection'
|
||||
], function (_, Backbone, PageableCollection, SeriesModel, SeriesData, AsPersistedStateCollection) {
|
||||
var Collection = Backbone.Collection.extend({
|
||||
var Collection = PageableCollection.extend({
|
||||
url : window.NzbDrone.ApiRoot + '/series',
|
||||
model: SeriesModel,
|
||||
tableName: 'series',
|
||||
|
Reference in New Issue
Block a user