Fix issue where details page wont load.

This commit is contained in:
Leonardo Galli
2017-02-24 21:44:21 +01:00
parent f07f2e77f6
commit bf3c6f95eb

View File

@@ -57,7 +57,7 @@ module.exports = Marionette.Layout.extend({
initialize : function() {
this.moviesCollection = MoviesCollection.clone();
this.moviesCollection.shadowCollection.bindSignalR();
this.moviesCollection.bindSignalR();
this.listenTo(this.model, 'change:monitored', this._setMonitoredState);
this.listenTo(this.model, 'remove', this._moviesRemoved);