fix rx.audio playing prop type: str to bool (#1986)
This commit is contained in:
parent
df09c716c6
commit
317b883ec8
@ -21,7 +21,7 @@ class ReactPlayerComponent(NoSSRComponent):
|
|||||||
url: Var[str]
|
url: Var[str]
|
||||||
|
|
||||||
# Set to true or false to pause or play the media
|
# Set to true or false to pause or play the media
|
||||||
playing: Var[str]
|
playing: Var[bool]
|
||||||
|
|
||||||
# Set to true or false to loop the media
|
# Set to true or false to loop the media
|
||||||
loop: Var[bool]
|
loop: Var[bool]
|
||||||
|
Loading…
Reference in New Issue
Block a user