Send file mime type as parameter to help rclaudio
This commit is contained in:
parent
53ec6fefc2
commit
716b75dc45
@ -169,6 +169,7 @@ bool MimeHandlerExecMultiple::next_document()
|
|||||||
if (m_ipath.length()) {
|
if (m_ipath.length()) {
|
||||||
obuf << "Ipath: " << m_ipath.length() << "\n" << m_ipath;
|
obuf << "Ipath: " << m_ipath.length() << "\n" << m_ipath;
|
||||||
}
|
}
|
||||||
|
obuf << "Mimetype: " << m_mimeType.length() << "\n" << m_mimeType;
|
||||||
obuf << "\n";
|
obuf << "\n";
|
||||||
if (m_cmd.send(obuf.str()) < 0) {
|
if (m_cmd.send(obuf.str()) < 0) {
|
||||||
LOGERR(("MHExecMultiple: send error\n"));
|
LOGERR(("MHExecMultiple: send error\n"));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user