mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New: Queue in UI is now paged
This commit is contained in:
parent
828e8eb147
commit
42936c956d
4 changed files with 26 additions and 8 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue