mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
use scandir to read dir content on file explorer (#64)
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ interface Track {
|
||||
interface Folder {
|
||||
name: string;
|
||||
path: string;
|
||||
trackscount: number;
|
||||
trackcount: number;
|
||||
subdircount: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user