mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/channellist.cpp: fix selected after direct record
This commit is contained in:
@@ -667,9 +667,10 @@ int CChannelList::show()
|
||||
if (!CRecordManager::getInstance()->Record(chanlist[selected]->channel_id)) {
|
||||
paintHead();
|
||||
paint();
|
||||
} else
|
||||
} else {
|
||||
selected = oldselected;
|
||||
loop=false;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
else if( msg == CRCInput::RC_stop ) { //stopp recording
|
||||
|
Reference in New Issue
Block a user