mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
streamts: add missing brackets
Origin commit data
------------------
Commit: 193c5aa41d
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Origin message was:
------------------
- streamts: add missing brackets
This commit is contained in:
@@ -196,8 +196,10 @@ void CStreamInstance::run()
|
|||||||
dmx->Start(true);
|
dmx->Start(true);
|
||||||
|
|
||||||
if (is_e2_stream)
|
if (is_e2_stream)
|
||||||
|
{
|
||||||
if (g_settings.streaming_decryptmode)
|
if (g_settings.streaming_decryptmode)
|
||||||
CCamManager::getInstance()->Start(channel_id, CCamManager::STREAM);
|
CCamManager::getInstance()->Start(channel_id, CCamManager::STREAM);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
CCamManager::getInstance()->Start(channel_id, CCamManager::STREAM);
|
CCamManager::getInstance()->Start(channel_id, CCamManager::STREAM);
|
||||||
|
|
||||||
@@ -216,8 +218,10 @@ void CStreamInstance::run()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (is_e2_stream)
|
if (is_e2_stream)
|
||||||
|
{
|
||||||
if (g_settings.streaming_decryptmode)
|
if (g_settings.streaming_decryptmode)
|
||||||
CCamManager::getInstance()->Stop(channel_id, CCamManager::STREAM);
|
CCamManager::getInstance()->Stop(channel_id, CCamManager::STREAM);
|
||||||
|
}
|
||||||
else
|
else
|
||||||
CCamManager::getInstance()->Stop(channel_id, CCamManager::STREAM);
|
CCamManager::getInstance()->Stop(channel_id, CCamManager::STREAM);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user