mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
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:
@@ -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