Add param to search route to denote tab

This commit is contained in:
jeffvli 2023-05-19 22:25:04 -07:00 committed by Jeff
parent e8f7ae637f
commit 30c4d5baf1

View file

@ -19,7 +19,7 @@ export enum AppRoute {
PLAYLISTS = '/playlists', PLAYLISTS = '/playlists',
PLAYLISTS_DETAIL = '/playlists/:playlistId', PLAYLISTS_DETAIL = '/playlists/:playlistId',
PLAYLISTS_DETAIL_SONGS = '/playlists/:playlistId/songs', PLAYLISTS_DETAIL_SONGS = '/playlists/:playlistId/songs',
SEARCH = '/search', SEARCH = '/search/:itemType',
SERVERS = '/servers', SERVERS = '/servers',
SETTINGS = '/settings', SETTINGS = '/settings',
} }