1
0
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:
Mark McDowall
2014-08-21 00:19:00 -07:00
parent 26af2b0056
commit 69c680ed87
2 changed files with 35 additions and 16 deletions
+3 -1
View File
@@ -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 () {