reload webtv/iptv stream if connection lost

This commit is contained in:
BPanther
2023-07-16 21:21:03 +02:00
committed by Thilo Graf
parent 38372a143e
commit 344cf247a6
6 changed files with 13 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ bool cPlayback::GetSpeed(int &/*speed*/) const
return true;
}
bool cPlayback::GetPosition(int &position, int &duration)
bool cPlayback::GetPosition(int &position, int &duration, bool /*isWebChannel*/)
{
printf("%s:%s %d %d\n", FILENAME, __func__, position, duration);
position = 0;