Commented OMXPlayer handlers initialization part as the plugin object has no access to the bus

This commit is contained in:
Fabio Manganiello 2018-04-24 14:56:31 +02:00
parent 9492243fd5
commit 9052e18f9c

View file

@ -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')