mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Listen to my own documentation: the end-of-playlist case is indicated by an
empty line. But ... git-svn-id: https://svn.xiph.org/trunk/ezstream@16525 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
ca4060f94c
commit
c5da3377ac
@ -101,6 +101,8 @@ fi
|
||||
if [ ${_track_no} -gt ${_num_tracks} ]; then
|
||||
if [ ${REPEAT} -ne 1 ]; then
|
||||
# We're done.
|
||||
# Output an empty line to indicate end-of-playlist:
|
||||
echo
|
||||
rm -f "${_state}"
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user