fix vlc is_playing
This commit is contained in:
parent
9cbdcee4ab
commit
c662f1be7a
@ -77,7 +77,7 @@ class VlcProgram(Program):
|
||||
return self._process is not None and self._process.returncode is None
|
||||
|
||||
def is_playing(self) -> bool:
|
||||
return self.get_player_info().is_playing
|
||||
return self.get_player_info().playing
|
||||
|
||||
def resume(self):
|
||||
self.__vlc_command("pl_pause")
|
||||
|
Loading…
Reference in New Issue
Block a user