playlistName will always return true since it has a default value
so this lets users save playlists without adding a named playlist
It is ok with just that default provided in the initial state
I prefer that but some people made it so users had to actually make a name for each playlist before it would save to Spotify
https://github.com/robersonj/jammming/blob/master/src/util/Spotify.js#L60
playlistName will always return true since it has a default value
so this lets users save playlists without adding a named playlist
It is ok with just that default provided in the initial state
I prefer that but some people made it so users had to actually make a name for each playlist before it would save to Spotify
https://github.com/robersonj/jammming/blob/master/src/util/Spotify.js#L60