mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-09 05:22:09 +02:00
Added one last update notification
This commit is contained in:
parent
0a70c836df
commit
ceda9312c7
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ public virtual void Start(ProgressNotification notification, int targetId, int s
|
||||||
};
|
};
|
||||||
|
|
||||||
var updateProcess = _processProvider.Start(startInfo);
|
var updateProcess = _processProvider.Start(startInfo);
|
||||||
logger.Info("Update in progress. NzbDrone will restart shortly.");
|
notification.CurrentMessage = "Update in progress. NzbDrone will restart shortly.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue