mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-23 00:05:48 +00:00
Pagination for missing is alive!
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
@param {boolean} [options.fastForwardHandleLabels] Whether to render fast forward buttons.
|
||||
*/
|
||||
initialize: function (options) {
|
||||
Backgrid.requireOptions(options, ["columns", "collection"]);
|
||||
//Backgrid.requireOptions(options, ["columns", "collection"]);
|
||||
|
||||
this.columns = options.columns;
|
||||
if (!(this.columns instanceof Backbone.Collection)) {
|
||||
|
||||
Reference in New Issue
Block a user