gui/channellist.cpp: allow record for webtv channel

This commit is contained in:
[CST] Focus
2015-10-07 13:01:45 +03:00
parent f0492e8cfc
commit 84d716ff5c

View File

@@ -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 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"); printf("[neutrino channellist] start direct recording...\n");
hide(); hide();
if (!CRecordManager::getInstance()->Record((*chanlist)[selected]->getChannelID())) { if (!CRecordManager::getInstance()->Record((*chanlist)[selected]->getChannelID())) {