mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-28 23:16:32 -04:00
Clear episode file change event in episode status cell
This commit is contained in:
@@ -20,7 +20,9 @@ define(
|
||||
var promise = this.model.save();
|
||||
|
||||
promise.always(function () {
|
||||
self.ui.indicator.hide();
|
||||
if (!self.isClosed) {
|
||||
self.ui.indicator.hide();
|
||||
}
|
||||
});
|
||||
|
||||
promise.done(function () {
|
||||
|
||||
Reference in New Issue
Block a user