]> git.tdb.fi Git - xinema.git/commitdiff
Send an end message after directory listing as well
authorMikko Rasa <tdb@tdb.fi>
Sat, 17 Oct 2015 10:11:12 +0000 (13:11 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 17 Oct 2015 10:11:12 +0000 (13:11 +0300)
source/client.cpp

index 161c57f252eed6e1ef85872743255ab6cfc9af72..9bce9c7fd720c3aea0361d208ec16b69583c3ddd 100644 (file)
@@ -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)