screensaver.cpp: add 2 more events to filter

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6c904edb3a
Author: GetAway <get-away@t-online.de>
Date: 2018-09-18 (Tue, 18 Sep 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
GetAway
2018-09-18 21:18:40 +02:00
committed by vanhofen
parent 290b02cd69
commit 7cf0f165fb

View File

@@ -390,6 +390,8 @@ bool CScreenSaver::ignoredMsg(neutrino_msg_t msg)
|| msg == NeutrinoMessages::EVT_ZAP_GOT_SUBSERVICES
|| msg == NeutrinoMessages::EVT_ZAP_GOTAPIDS
|| msg == NeutrinoMessages::EVT_ZAP_GOTPIDS
|| msg == NeutrinoMessages::EVT_EIT_COMPLETE
|| msg == NeutrinoMessages::EVT_BACK_ZAP_COMPLETE
)
return true;
return false;