diff --git a/src/renderer/router/routes.ts b/src/renderer/router/routes.ts index 97c74425..66cf71f8 100644 --- a/src/renderer/router/routes.ts +++ b/src/renderer/router/routes.ts @@ -19,7 +19,7 @@ export enum AppRoute { PLAYLISTS = '/playlists', PLAYLISTS_DETAIL = '/playlists/:playlistId', PLAYLISTS_DETAIL_SONGS = '/playlists/:playlistId/songs', - SEARCH = '/search', + SEARCH = '/search/:itemType', SERVERS = '/servers', SETTINGS = '/settings', }