mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
libarmbox/playback_libeplayer3: formatting fixes
This commit is contained in:
@@ -472,10 +472,13 @@ bool cPlayback::GetPosition(int &position, int &duration, bool isWebChannel)
|
||||
if (player && player->playback && !player->playback->isPlaying)
|
||||
{
|
||||
hal_info("%s !!!!EOF!!!! < -1\n", __func__);
|
||||
if (isWebChannel) { // WebTV/IPTV
|
||||
if (isWebChannel)
|
||||
{
|
||||
position = duration - 1000;
|
||||
return true;
|
||||
} else {
|
||||
}
|
||||
else
|
||||
{
|
||||
position = duration + 1000;
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user