From 58f615486adedef04addc93fae5ea768fbe93014 Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Fri, 15 Sep 2017 19:17:13 +0200 Subject: [PATCH] Add missing "album" example --- examples/meta.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/meta.sh b/examples/meta.sh index b4d65bb..eb59acd 100755 --- a/examples/meta.sh +++ b/examples/meta.sh @@ -9,3 +9,4 @@ test -z "${1}" && cat metadata.txt 2> /dev/null test x"${1}" = "xartist" && cat artist.txt 2> /dev/null test x"${1}" = "xtitle" && cat title.txt 2> /dev/null +test x"${1}" = "xalbum" && cat album.txt 2> /dev/null