Skip to content

Commit

Permalink
Merge pull request #3 from rumbu13:rumbu13/issue2
Browse files Browse the repository at this point in the history
Error converting ulid
  • Loading branch information
rumbu13 committed May 31, 2023
2 parents 5458b16 + 919b630 commit caf9fe9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/mediabrowser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ async def async_websocket_message(
hass.bus.async_fire(
f"{DOMAIN}_{message_type}",
snake_cased_json(data),
context=Context(hub.user_id, parent_id=hub.server_id),
)

try:
Expand Down

0 comments on commit caf9fe9

Please sign in to comment.