mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-28 10:48:46 +00:00
Formatting
This commit is contained in:
parent
3c88f6c452
commit
889d3d1207
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module.exports = function() {
|
||||||
|
|
||||||
this.savePromise.always(function() {
|
this.savePromise.always(function() {
|
||||||
self.saving = false;
|
self.saving = false;
|
||||||
|
|
||||||
if (!self.isClosed) {
|
if (!self.isClosed) {
|
||||||
self.ui.indicator.hide();
|
self.ui.indicator.hide();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue