@@ -21,7 +21,7 @@ class ReactPlayerComponent(NoSSRComponent):
url: Var[str]
# 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
loop: Var[bool]