mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
break down foldername into subpaths
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user