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