- neutrino: press tv/radio key to return to plain tv/radio

This commit is contained in:
svenhoefer
2015-12-14 22:18:12 +01:00
parent 47eb2e27ec
commit 736343d35b
8 changed files with 18 additions and 0 deletions

View File

@@ -530,6 +530,7 @@ void CUpnpBrowserGui::selectDevice()
else if (msg == NeutrinoMessages::RECORD_START ||
msg == NeutrinoMessages::ZAPTO ||
msg == NeutrinoMessages::STANDBY_ON ||
msg == NeutrinoMessages::LEAVE_ALL ||
msg == NeutrinoMessages::SHUTDOWN ||
msg == NeutrinoMessages::SLEEPTIMER)
{
@@ -841,6 +842,7 @@ bool CUpnpBrowserGui::selectItem(std::string id)
else if (msg == NeutrinoMessages::RECORD_START ||
msg == NeutrinoMessages::ZAPTO ||
msg == NeutrinoMessages::STANDBY_ON ||
msg == NeutrinoMessages::LEAVE_ALL ||
msg == NeutrinoMessages::SHUTDOWN ||
msg == NeutrinoMessages::SLEEPTIMER)
{