forked from platypush/platypush
Commented OMXPlayer handlers initialization part as the plugin object has no access to the bus
This commit is contained in:
parent
9492243fd5
commit
9052e18f9c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class VideoOmxplayerPlugin(Plugin):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self.player = OMXPlayer(resource, args=self.args)
|
self.player = OMXPlayer(resource, args=self.args)
|
||||||
self._init_player_handlers()
|
# self._init_player_handlers()
|
||||||
except DBusException as e:
|
except DBusException as e:
|
||||||
logging.warning('DBus connection failed: you will probably not ' +
|
logging.warning('DBus connection failed: you will probably not ' +
|
||||||
'be able to control the media')
|
'be able to control the media')
|
||||||
|
|
Loading…
Reference in a new issue