mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-02-02 15:07:45 -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 -z "${1}" && cat metadata.txt 2> /dev/null
|
||||||
test x"${1}" = "xartist" && cat artist.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}" = "xtitle" && cat title.txt 2> /dev/null
|
||||||
|
test x"${1}" = "xalbum" && cat album.txt 2> /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user