doc: fix table format (#3649)

This commit is contained in:
Olivier Bouillet 2024-04-03 22:19:13 +02:00 committed by GitHub
parent f28bf0ae33
commit 2633f087d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -250,7 +250,7 @@ Callback function that is called when the media starts loading.
Payload:
| Property | Description |
| Property | Type | Description |
| --------- | ----------- | ---------------------------------------------------------------- |
| isNetwork | boolean | Boolean indicating if the media is being loaded from the network |
| type | string | Type of the media. Not available on Windows |
@ -274,7 +274,7 @@ Callback function that is called when the playback state changes.
Payload:
| Property | Description |
| Property | Type | Description |
| --------- | ----------- | ------------------------------------------------- |
| isPlaying | boolean | Boolean indicating if the media is playing or not |