Fixed
- Track URL direct download lookup – Fixed valid Deezer track URLs showing "Track not found" in the new URL download input. Track handling now uses a dedicated backend
get_track_by_idcommand (via/track/{id}) instead of relying onsearch_tracks(\"id:...\"), which could fail for valid IDs. - URL download reliability for track links – Registered the new command in Tauri invoke handler and updated
SearchView.svelteURL parsing flow to fetch and queue the exact track by ID. - Windows "Show in folder" behavior – Fixed clicking downloaded track titles opening Documents instead of the song directory.
show_in_foldernow resolves the absolute file path and opens the parent folder directly in Explorer, with safe handling for directory inputs and extended\?\paths.