--- a/qtinternetradio/irqisdsclient/src/irqisdsclientimpl.cpp Thu May 27 12:46:34 2010 +0300
+++ b/qtinternetradio/irqisdsclient/src/irqisdsclientimpl.cpp Fri Jun 11 13:30:40 2010 +0300
@@ -429,6 +429,8 @@
oneChannelItem->shortDescription = QString::fromUtf16(
aParsedStructure[i]->iShortDescription->Des().Ptr(),
aParsedStructure[i]->iShortDescription->Des().Length());
+ //added for search result's cache
+ oneChannelItem->channelID = aParsedStructure[i]->iChannelID;
if (0 != aParsedStructure[i]->iImgUrl.Length())
{