Minor refact

This commit is contained in:
Jesper Fussing Mørk 2018-07-09 09:19:31 +02:00
parent fca079098a
commit 93da641008
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ ICON_PAUSE='\uf04c'
if [ $RUNNING_CMD -gt 3 ] if [ $RUNNING_CMD -gt 3 ]
then then
if [ $STATUS_CMD == "Playing" ] if [ $STATUS_CMD == "Playing" ]
then then
echo -e $ICON_PLAYING $(gpmdp-remote current) echo -e $ICON_PLAYING $(gpmdp-remote current)
else else