|
a/src/upmpd.cxx |
|
b/src/upmpd.cxx |
|
... |
|
... |
141 |
}
|
141 |
}
|
142 |
}
|
142 |
}
|
143 |
UPnPClient::UPnPDirObject& dobj = *dirc.m_items.begin();
|
143 |
UPnPClient::UPnPDirObject& dobj = *dirc.m_items.begin();
|
144 |
|
144 |
|
145 |
if ((m_options & upmpdNoContentFormatCheck)) {
|
145 |
if ((m_options & upmpdNoContentFormatCheck)) {
|
146 |
LOGERR("checkContentFormat: format check disabled\n");
|
146 |
LOGINFO("checkContentFormat: format check disabled\n");
|
147 |
return dirObjToUpSong(dobj, ups);
|
147 |
return dirObjToUpSong(dobj, ups);
|
148 |
}
|
148 |
}
|
149 |
|
149 |
|
150 |
const std::unordered_set<std::string>& supportedformats =
|
150 |
const std::unordered_set<std::string>& supportedformats =
|
151 |
Protocolinfo::the()->getsupportedformats();
|
151 |
Protocolinfo::the()->getsupportedformats();
|