mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2026-01-15 16:22:34 +01:00
* Remove "updateAvailable" from webui update info Doesn't add anything * Extract status creation into function * Optionally emit status immediately Otherwise, some emissions can get lost due to the 1s sample period * Rename "STOPPED" state to "IDLE" * Reset webui update status Currently, the update status never gets reset. Thus, it will be "FINISHED" or "ERROR" until the next update gets triggered. Due to this, the client won't know that the update result was already handled and will handle it again the next time it gets the update status. To prevent this, the client has to be able to tell the server that it has handled the update result and that it can be resetted