mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Fix bug when library is empty
This commit is contained in:
@@ -34,6 +34,7 @@ export class LibraryOverviewComponent implements AfterContentInit {
|
||||
detectedGames => {
|
||||
if(detectedGames.length === 0) {
|
||||
this.gameLibraryIsEmpty = true;
|
||||
this.loading = false;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user