Skip to content

Commit

Permalink
Merge branch 'fix-streaminstatuschange' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
onyx-and-iris committed Jul 4, 2023
2 parents 9071ca0 + f13b496 commit 2ad4aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slobs_websocket/services/streaming_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class StreamingService(BasicEventService):
"""
Events
"""
__events__ = ["streamingStatusChanged"]
__events__ = ["streamingStatusChange"]

"""
Methods
Expand Down

0 comments on commit 2ad4aa8

Please sign in to comment.