mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
rename cPlayback::isPlaying() => cPlayback::IsPlaying()
This commit is contained in:
@@ -757,7 +757,7 @@ void cPlayback::RequestAbort() {
|
||||
}
|
||||
}
|
||||
|
||||
bool cPlayback::isPlaying() {
|
||||
bool cPlayback::IsPlaying() {
|
||||
if (player && player->playback)
|
||||
return player->playback->isPlaying;
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user