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:
parent
f87a5ae9ec
commit
58f615486a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user