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
+11
View File
@@ -24,3 +24,14 @@ export enum ContextSrc {
AHeader = "AHeader",
FHeader = "FHeader"
}
export enum Routes {
home = "Home",
folder = "FolderView",
playlists = "Playlists",
playlist = "PlaylistView",
albums = "AlbumsView",
album = "AlbumView",
artists = "ArtistsView",
settings = "SettingsView",
}