nhttpd/tuxboxapi/neutrinoapi.cpp: remove setServiceChanged calls after zap

This commit is contained in:
[CST] Focus
2015-06-01 14:18:43 +03:00
parent ffe7973e31
commit 9a45735eba

View File

@@ -189,8 +189,7 @@ void CNeutrinoAPI::ZapToChannelId(t_channel_id channel_id)
}
CMoviePlayerGui::getInstance().stopPlayBack();
if (Zapit->zapTo_serviceID(channel_id) != CZapitClient::ZAP_INVALID_PARAM)
Sectionsd->setServiceChanged(channel_id, false);
Zapit->zapTo_serviceID(channel_id);
}
//-------------------------------------------------------------------------
@@ -203,8 +202,7 @@ void CNeutrinoAPI::ZapToSubService(const char * const target)
&channel_id);
CMoviePlayerGui::getInstance().stopPlayBack();
if (Zapit->zapTo_subServiceID(channel_id) != CZapitClient::ZAP_INVALID_PARAM)
Sectionsd->setServiceChanged(channel_id, false);
Zapit->zapTo_subServiceID(channel_id);
}
//-------------------------------------------------------------------------
t_channel_id CNeutrinoAPI::ChannelNameToChannelId(std::string search_channel_name)