mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
rename cPlayback::isPlaying() => cPlayback::IsPlaying()
Origin commit data
------------------
Branch: master
Commit: 908464559c
Author: martii <m4rtii@gmx.de>
Date: 2014-01-12 (Sun, 12 Jan 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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