Skip to content

Commit

Permalink
Update step_organisation.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Sep 18, 2022
1 parent 6888da1 commit aa6d949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/step_organisation.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (lib *Library) organisationEventHandler(event *fileScanningInfo, status *te
if gameTitle, err := lib.QueryGameTitleFromTitleID(info.TitleID); err == nil {
record.Name = gameTitle
}
if lib.ui != nil {
if lib.ui != nil && lib.ui.Statistics != nil {
defer lib.ui.Statistics.Redraw()
}
lib.FileIndex.AddFileRecord(record)
Expand Down

0 comments on commit aa6d949

Please sign in to comment.