diff --git a/frontend/src/app/components/library-overview/library-overview.component.ts b/frontend/src/app/components/library-overview/library-overview.component.ts index 62615ce..774ad40 100644 --- a/frontend/src/app/components/library-overview/library-overview.component.ts +++ b/frontend/src/app/components/library-overview/library-overview.component.ts @@ -34,6 +34,7 @@ export class LibraryOverviewComponent implements AfterContentInit { detectedGames => { if(detectedGames.length === 0) { this.gameLibraryIsEmpty = true; + this.loading = false; return; }