commit 1d692b2f2aac3764e5e48898cd741225f8ca2bba
parent c142cf6369061f8d09d00aceeec711e8c3650ccb
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Thu, 7 Jun 2018 01:44:01 +0200
Added a possibly unnecessary break statement
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bin/itunes_style_getter b/bin/itunes_style_getter
@@ -25,6 +25,7 @@ else
artist=`osascript -e "tell application \"iTunes\" to return artist of current track"`;
album=`osascript -e "tell application \"iTunes\" to return album of current track"`;
name=`osascript -e "tell application \"iTunes\" to return name of current track"`;
+ break;;
esac
done
fi