Send file mime type as parameter to help rclaudio

This commit is contained in:
Jean-Francois Dockes 2010-09-12 19:29:49 +02:00
parent 53ec6fefc2
commit 716b75dc45

View File

@ -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"));