1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-29 04:25:56 -04: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:
moritz 2009-08-29 09:12:53 +00:00
parent ca4060f94c
commit c5da3377ac

View File

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