mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed an issue with series editing after going to series details
This commit is contained in:
parent
f9092e95c2
commit
7de7b7d599
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ define(
|
|||
initialize: function () {
|
||||
$('body').addClass('backdrop');
|
||||
|
||||
this.model.on('sync', function () {
|
||||
this.listenTo(this.model, 'sync', function () {
|
||||
this._setMonitoredState()
|
||||
}, this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue