1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Merge pull request #1061 from geogolem/hotfix

oops -- this was a fix from the last merge - sorry
This commit is contained in:
geogolem
2017-03-07 10:10:48 -05:00
committed by GitHub
+1 -1
View File
@@ -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() {