@ -9,10 +9,4 @@ do
album=$(banshee --query-album | sed 's/album: //')
echo "Calexil is listening to $title by $artist on $album"
sleep 6
if $currentTrack == $currentTrack
then
sleep 5
else
wget $currentTrack 'https://bansheebot.herokuapp.com/endpoint'
fi
done