diff --git a/src/frontend/state/GlobalState.tsx b/src/frontend/state/GlobalState.tsx index 8db4c25177..defe55a218 100644 --- a/src/frontend/state/GlobalState.tsx +++ b/src/frontend/state/GlobalState.tsx @@ -740,9 +740,8 @@ class GlobalState extends PureComponent { }) } - if (runner !== 'gog') { - this.refreshLibrary({ runInBackground: true, library: runner }) - } + this.refreshLibrary({ runInBackground: true, library: runner }) + this.setState({ libraryStatus: newLibraryStatus }) } }