diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index 9a337a5e2..345683d49 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -644,7 +644,7 @@ int CChannelList::show() } } else if(!edit_state && !empty && msg == (neutrino_msg_t) g_settings.key_record) { //start direct recording from channellist - if((g_settings.recording_type != CNeutrinoApp::RECORDING_OFF) && SameTP() && !IS_WEBTV((*chanlist)[selected]->getChannelID())) { + if((g_settings.recording_type != CNeutrinoApp::RECORDING_OFF) && SameTP() /* && !IS_WEBTV((*chanlist)[selected]->getChannelID()) */) { printf("[neutrino channellist] start direct recording...\n"); hide(); if (!CRecordManager::getInstance()->Record((*chanlist)[selected]->getChannelID())) {