Compare commits

..

No commits in common. "bd5a14234f6a01f6515faccca43d67a29e367c4b" and "125c76bbed0f368a16cd4579d3a13e9744627bb2" have entirely different histories.

2 changed files with 0 additions and 15 deletions

View file

@ -19,7 +19,6 @@
"Karaoke",
"Latin",
"Metal",
"Orchestral",
"Opera",
"Pop",
"Progressive",

View file

@ -324,20 +324,6 @@ case "$choice" in
echo ''
fi
clear
export auth="$(jj -i .auth.json "$(echo $instance | sed 's/\./\\\./g')")"
if [ -n "$auth" ]; then
default_curl_opt()
{
curl -s --compressed -H "Authorization: Bearer $auth" $1
}
listen_token=$(default_curl_opt "$instance_point/users/me" | jj tokens.listen)
echo '+Authorized account+'
else
default_curl_opt()
{
curl -s --compressed $1
}
fi
get_all_avalaible_count_tracks
fi ;;