break down foldername into subpaths

This commit is contained in:
geoffrey45
2022-05-26 23:59:47 +03:00
parent b02cdc22eb
commit 47eb5b49cd
5 changed files with 140 additions and 16 deletions
+6
View File
@@ -84,6 +84,11 @@ interface fromSearch {
query: string;
}
interface subPath {
name: string;
path: string;
}
export {
Track,
Folder,
@@ -96,4 +101,5 @@ export {
fromAlbum,
fromPlaylist,
fromSearch,
subPath,
};