From 4ba14a468629f5cc83852758ca4b00407e581696 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 17 Oct 2015 13:11:12 +0300 Subject: [PATCH] Send an end message after directory listing as well --- source/client.cpp | 1 + 1 file changed, 1 insertion(+) 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) -- 2.43.0