mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
nhttpd/tuxboxapi/neutrinoapi.cpp: remove setServiceChanged calls after zap
This commit is contained in:
@@ -189,8 +189,7 @@ void CNeutrinoAPI::ZapToChannelId(t_channel_id channel_id)
|
|||||||
}
|
}
|
||||||
|
|
||||||
CMoviePlayerGui::getInstance().stopPlayBack();
|
CMoviePlayerGui::getInstance().stopPlayBack();
|
||||||
if (Zapit->zapTo_serviceID(channel_id) != CZapitClient::ZAP_INVALID_PARAM)
|
Zapit->zapTo_serviceID(channel_id);
|
||||||
Sectionsd->setServiceChanged(channel_id, false);
|
|
||||||
}
|
}
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -203,8 +202,7 @@ void CNeutrinoAPI::ZapToSubService(const char * const target)
|
|||||||
&channel_id);
|
&channel_id);
|
||||||
|
|
||||||
CMoviePlayerGui::getInstance().stopPlayBack();
|
CMoviePlayerGui::getInstance().stopPlayBack();
|
||||||
if (Zapit->zapTo_subServiceID(channel_id) != CZapitClient::ZAP_INVALID_PARAM)
|
Zapit->zapTo_subServiceID(channel_id);
|
||||||
Sectionsd->setServiceChanged(channel_id, false);
|
|
||||||
}
|
}
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
t_channel_id CNeutrinoAPI::ChannelNameToChannelId(std::string search_channel_name)
|
t_channel_id CNeutrinoAPI::ChannelNameToChannelId(std::string search_channel_name)
|
||||||
|
Reference in New Issue
Block a user