From: Mikko Rasa Date: Sat, 17 Oct 2015 10:11:12 +0000 (+0300) Subject: Send an end message after directory listing as well X-Git-Url: http://git.tdb.fi/?p=xinema.git;a=commitdiff_plain;h=4ba14a468629f5cc83852758ca4b00407e581696 Send an end message after directory listing as well --- diff --git a/source/client.cpp b/source/client.cpp index 161c57f..9bce9c7 100644 --- a/source/client.cpp +++ b/source/client.cpp @@ -137,6 +137,7 @@ void Client::list_directory(const FS::Path &dn) send_reply("file "+*i); } + send_reply("directory_end"); } void Client::stream_created(XineStream &stream)