mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
New: Queue in UI is now paged
This commit is contained in:
@@ -79,7 +79,6 @@ define(
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
initialize: function () {
|
||||
this.collection = new HistoryCollection({ tableName: 'history' });
|
||||
this.listenTo(this.collection, 'sync', this._showTable);
|
||||
@@ -104,6 +103,5 @@ define(
|
||||
this.history.show(new LoadingView());
|
||||
this.collection.fetch();
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user