gui/channellist.cpp: allow record for webtv channel

Origin commit data
------------------
Branch: ni/coolstream
Commit: 84d716ff5c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-10-07 (Wed, 07 Oct 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-10-07 13:01:45 +03:00
parent be19639ccc
commit 08165d09b7

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())) {