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
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class VideoOmxplayerPlugin(Plugin):
try:
self.player = OMXPlayer(resource, args=self.args)
self._init_player_handlers()
# self._init_player_handlers()
except DBusException as e:
logging.warning('DBus connection failed: you will probably not ' +
'be able to control the media')