Song: Simplify state detection

This commit is contained in:
Dylan Araps 2016-12-12 18:27:20 +11:00
parent c92fb13c13
commit f7e254d0d0
1 changed files with 2 additions and 7 deletions

View File

@ -1254,13 +1254,8 @@ get_song() {
esac
case "$state" in
"paused" | "PAUSE" | "Paused")
song="Paused"
;;
"stopped" | "STOP" | "Stopped")
song="Stopped"
;;
"pau"*) song="Paused" ;;
"sto"*) song="Stopped" ;;
esac
# Display Artist and Title on seperate lines.