Update websocket-api.md (#1983)

This commit is contained in:
Raz Luvaton 2023-11-21 15:52:58 +02:00 committed by GitHub
parent f85fa4cbbb
commit cce5150510
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,6 @@ async def ws_handle_thumbnail(
connection.send_error(
msg["id"], "entity_not_found", "Entity not found"
)
)
return
data, content_type = await player.async_get_media_image()