mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 07:55:22 +02:00
oops -- this was a fix from the last merge - sorry
This commit is contained in:
@@ -142,7 +142,7 @@ module.exports = Marionette.Layout.extend({
|
||||
//debugger;
|
||||
this.seriesCollection.bindSignalR();
|
||||
var pageSize = parseInt(Config.getValue("pageSize")) || 10;
|
||||
if (this.series.state.pageSize !== pageSize) {
|
||||
if (this.seriesCollection.state.pageSize !== pageSize) {
|
||||
this.seriesCollection.setPageSize(pageSize);
|
||||
}
|
||||
//this.listenTo(MoviesCollection, 'sync', function() {
|
||||
|
Reference in New Issue
Block a user