Fix issue where details page wont load.

This commit is contained in:
Leonardo Galli 2017-02-24 21:44:21 +01:00
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);