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