Normal scan option added

This commit is contained in:
2020-12-26 15:43:54 +01:00
parent 69375796a6
commit d32105e5c5
3 changed files with 51 additions and 4 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ class osu_parser
unset($file); // remove the memory leak
// storyboards are overloaded with dupes (renumber to make json export to arrays)
$parsed["storyboard"] = array_values(array_unique($parsed["storyboard"]));
if (!empty($parsed["storyboard"])) $parsed["storyboard"] = array_values(array_unique($parsed["storyboard"]));
$time_end = microtime(true);
$parsing_time = $time_end - $time_start;