mirror of
https://github.com/rio-labs/rio.git
synced 2026-01-08 06:09:44 -06:00
MediaPlayer now defaults to a black background (technically breaking)
This commit is contained in:
@@ -104,7 +104,7 @@ class MediaPlayer(KeyboardFocusableFundamentalComponent):
|
||||
controls: bool = True,
|
||||
muted: bool = False,
|
||||
volume: float = 1.0,
|
||||
background: fills._FillLike = color.Color.TRANSPARENT,
|
||||
background: fills._FillLike = color.Color.BLACK,
|
||||
on_playback_end: EventHandler[[]] = None,
|
||||
on_error: EventHandler[[]] = None,
|
||||
key: str | int | None = None,
|
||||
|
||||
Reference in New Issue
Block a user