Skip to content

Commit

Permalink
[FIX] Sideloaded apps not showing after restart
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Oct 27, 2023
1 parent 599f9fe commit 76726eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/state/libraryState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ class LibraryState {
this.refreshAmazonLibrary()
}

this.refreshSideloadedLibrary()

this.hyperPlayLibrary = hyperPlayLibraryStore.get('games', [])
this.hiddenGames.list = configStore.get('games.hidden', [])

Expand Down

0 comments on commit 76726eb

Please sign in to comment.