diff --git a/UI/Series/Details/SeriesDetailsLayout.js b/UI/Series/Details/SeriesDetailsLayout.js index 9e16c6000..cb785cd2f 100644 --- a/UI/Series/Details/SeriesDetailsLayout.js +++ b/UI/Series/Details/SeriesDetailsLayout.js @@ -41,7 +41,7 @@ define( initialize: function () { $('body').addClass('backdrop'); - this.model.on('sync', function () { + this.listenTo(this.model, 'sync', function () { this._setMonitoredState() }, this);