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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9a45735eba
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-06-01 (Mon, 01 Jun 2015)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-06-01 14:18:43 +03:00
parent 94463c23a0
commit b06cb7a792

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)