From ad34a2ea959b03231f02882d17bfd6ffd01a7ce4 Mon Sep 17 00:00:00 2001 From: Charles Ewert Date: Mon, 18 Sep 2023 22:44:00 -0400 Subject: [PATCH] fix typo --- source/Main.brs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Main.brs b/source/Main.brs index 3eeb1840f..ee79450ea 100644 --- a/source/Main.brs +++ b/source/Main.brs @@ -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()