use scandir to read dir content on file explorer (#64)

This commit is contained in:
Mungai Geoffrey
2022-06-07 11:26:55 +03:00
committed by GitHub
parent 892a090ed5
commit 824d3c6a86
9 changed files with 150 additions and 71 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ interface Track {
interface Folder {
name: string;
path: string;
trackscount: number;
trackcount: number;
subdircount: number;
}