Skip to content

Commit

Permalink
Use suggested playlist path
Browse files Browse the repository at this point in the history
Co-authored-by: Monkey Do <[email protected]>
  • Loading branch information
rrrnld and MonkeyDo authored Jan 10, 2025
1 parent e16c896 commit 51bb5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/src/common/listens/AddToPlaylist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default NiceModal.create((props: AddToPlaylistProps) => {
message={
<>
Successfully added <i>{trackToSend.title}</i> to playlist{" "}
<Link to={playlistIdentifier}>{playlistName}</Link>
<Link to={`/playlist/${playlistId}`}>{playlistName}</Link>
</>
}
/>,
Expand Down

0 comments on commit 51bb5c6

Please sign in to comment.