mirror of
https://github.com/Radarr/Radarr
synced 2025-12-23 16:56:36 +01:00
Fix issue where details page wont load.
This commit is contained in:
parent
f07f2e77f6
commit
bf3c6f95eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue