mirror of
https://github.com/Radarr/Radarr
synced 2025-01-01 12:54:21 +00:00
oops -- this was a fix from the last merge - sorry
This commit is contained in:
parent
b71031f6d3
commit
88140dd3aa
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue