From 08165d09b744e0b781fb59ef1a7672c38fd9b06c Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 7 Oct 2015 13:01:45 +0300 Subject: [PATCH] gui/channellist.cpp: allow record for webtv channel Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/84d716ff5ca12c0efa9a2dd6834cd707157cbf3d Author: [CST] Focus Date: 2015-10-07 (Wed, 07 Oct 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())) {