From 716b75dc4550269eea5c3f66b523a96fd86cbaf8 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 12 Sep 2010 19:29:49 +0200 Subject: [PATCH] Send file mime type as parameter to help rclaudio --- src/internfile/mh_execm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/internfile/mh_execm.cpp b/src/internfile/mh_execm.cpp index bc7ce602..3b63ad93 100644 --- a/src/internfile/mh_execm.cpp +++ b/src/internfile/mh_execm.cpp @@ -169,6 +169,7 @@ bool MimeHandlerExecMultiple::next_document() if (m_ipath.length()) { obuf << "Ipath: " << m_ipath.length() << "\n" << m_ipath; } + obuf << "Mimetype: " << m_mimeType.length() << "\n" << m_mimeType; obuf << "\n"; if (m_cmd.send(obuf.str()) < 0) { LOGERR(("MHExecMultiple: send error\n"));