MediaPlayer now defaults to a black background (technically breaking)

This commit is contained in:
Jakob Pinterits
2024-07-29 22:38:37 +02:00
parent aafb90965e
commit e9155696e3

View File

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