Fix incorrect redirect URL in clientid_prompt.sh
echo "You must have a Spotify Premium account to create and use one."
echo ""
echo "Create an application at https://developer.spotify.com/my-applications/"
-echo "Add this Redirect URI: http://localhost:5432"
+echo "Add this Redirect URI: http://127.0.0.1:5432"
echo ""
echo "Fill in the values from your Spotify application page below."
while [ 1 ]; do
echo ""
echo "Wrote: $DST"
echo "Connectr is all configured!"
-echo "IMPORTANT: Make sure you added 'http://localhost:5432' as a Redirect URI for your app!"
+echo "IMPORTANT: Make sure you added 'http://127.0.0.1:5432' as a Redirect URI for your app!"
echo ""
echo ""