1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed an issue with series editing after going to series details

This commit is contained in:
Mark McDowall 2013-08-06 22:37:55 -07:00
parent f9092e95c2
commit 7de7b7d599

View File

@ -41,7 +41,7 @@ define(
initialize: function () {
$('body').addClass('backdrop');
this.model.on('sync', function () {
this.listenTo(this.model, 'sync', function () {
this._setMonitoredState()
}, this);