Skip to content

Commit

Permalink
handle more vlc error events
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed May 25, 2024
1 parent 8c28a0e commit 1ec89c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ovos_plugin_vlc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def __init__(self, config, bus=None, name='ovos_vlc'):
self.queue_ended, 0)
self.vlc_events.event_attach(vlc.EventType.MediaPlayerEncounteredError,
self.handle_vlc_error, None)
self.vlc_events.event_attach(vlc.EventType.VlmMediaInstanceStatusError,
self.handle_vlc_error, None)

self.config = config
self.bus = bus
Expand Down

0 comments on commit 1ec89c0

Please sign in to comment.