mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
movieplayer: signalize zap tries with key_quickzap_up/down in timeshift mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6f7ff2a6ba
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-29 (Sun, 29 Jul 2018)
Origin message was:
------------------
- movieplayer: signalize zap tries with key_quickzap_up/down in timeshift mode
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1462,6 +1462,11 @@ void CMoviePlayerGui::quickZap(neutrino_msg_t msg)
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (msg == (neutrino_msg_t) g_settings.key_quickzap_up && timeshift)
|
||||
{
|
||||
// zap atm not possible, but signalize it in timeshift mode to get feedback
|
||||
CNeutrinoApp::getInstance()->channelList->quickZap(msg);
|
||||
}
|
||||
}
|
||||
else if (msg == CRCInput::RC_left || msg == CRCInput::RC_previoussong || msg == (neutrino_msg_t) g_settings.key_quickzap_down)
|
||||
{
|
||||
@@ -1480,6 +1485,11 @@ void CMoviePlayerGui::quickZap(neutrino_msg_t msg)
|
||||
--filelist_it;
|
||||
}
|
||||
}
|
||||
else if (msg == (neutrino_msg_t) g_settings.key_quickzap_down && timeshift)
|
||||
{
|
||||
// zap atm not possible, but signalize it in timeshift mode to get feedback
|
||||
CNeutrinoApp::getInstance()->channelList->quickZap(msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user