mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
New: Show previously installed version in Updates UI
Closes #308 Closes #309 Closes #313 Closes #319 Closes #460 Closes #608 Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
This commit is contained in:
@@ -187,6 +187,9 @@ export const reducers = createHandleActions({
|
||||
};
|
||||
|
||||
if (state.version !== version) {
|
||||
if (!state.prevVersion) {
|
||||
newState.prevVersion = state.version;
|
||||
}
|
||||
newState.isUpdated = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user