1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Add missing "album" example

This commit is contained in:
Moritz Grimm 2017-09-15 19:17:13 +02:00
parent f87a5ae9ec
commit 58f615486a

View File

@ -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