Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Sep 19, 2023
1 parent f8e2ff7 commit ad34a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Main.brs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ sub Main (args as dynamic) as void
end if
stopLoadingSpinner()
elapsed = timeSpan.TotalMilliseconds() / 1000
print "Quick Play finished loading in " + elapsed.toStr() + " seconds.",
print "Quick Play finished loading in " + elapsed.toStr() + " seconds."
else if isNodeEvent(msg, "selectedItem")
' If you select a library from ANYWHERE, follow this flow
selectedItem = msg.getData()
Expand Down

0 comments on commit ad34a2e

Please sign in to comment.