1
0
Эх сурвалжийг харах

fix rx.audio playing prop type: str to bool (#1986)

Biresh Biswas 1 жил өмнө
parent
commit
317b883ec8

+ 1 - 1
reflex/components/libs/react_player.py

@@ -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]