@@ -119,7 +119,8 @@ const Playlists = ({ playlists }) => {
return (
<Link
style={{ display: 'block', backgroundColor:'darkcyan', color: 'cyan', margin: '5px', padding: '5px' }}
- to={`${history.location.pathname}/playlist/:${item._id}`}
+ to={`/player/playlist/:${item._id}`}
+ // to={`${history.location.pathname}/playlist/:${item._id}`}
>{item.name}</Link>
)
}).reverse() : ''