mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed an issue with series editing after going to series details
This commit is contained in:
@@ -41,7 +41,7 @@ define(
|
|||||||
initialize: function () {
|
initialize: function () {
|
||||||
$('body').addClass('backdrop');
|
$('body').addClass('backdrop');
|
||||||
|
|
||||||
this.model.on('sync', function () {
|
this.listenTo(this.model, 'sync', function () {
|
||||||
this._setMonitoredState()
|
this._setMonitoredState()
|
||||||
}, this);
|
}, this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user