forked from platypush/platypush
media.mpv should send MediaPlayRequestEvent with player and plugin parameters
This commit is contained in:
parent
4a5bb766af
commit
144700b693
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class MediaMpvPlugin(MediaPlugin):
|
|||
:type args: dict[str,str]
|
||||
"""
|
||||
|
||||
get_bus().post(MediaPlayRequestEvent(resource=resource))
|
||||
self._post_event(MediaPlayRequestEvent, resource=resource)
|
||||
self._init_mpv(args)
|
||||
|
||||
resource = self._get_resource(resource)
|
||||
|
|
Loading…
Reference in a new issue