mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
reload webtv/iptv stream if connection lost
This commit is contained in:
@@ -820,7 +820,7 @@ bool cPlayback::GetSpeed(int &speed) const
|
||||
}
|
||||
|
||||
// in milliseconds
|
||||
bool cPlayback::GetPosition(int &position, int &duration)
|
||||
bool cPlayback::GetPosition(int &position, int &duration, bool /*isWebChannel*/)
|
||||
{
|
||||
if (playing == false)
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user