Add elapsed time to Dbus players

This commit is contained in:
chester755 2017-08-04 16:26:38 -05:00
parent 8d85c4f73b
commit 5a53cf9f93

View File

@ -261,7 +261,7 @@ else:
pl.warning('Missing player elapsed time')
elapsed = None
else:
elapsed = _convert_seconds(elapsed / 1e6),
elapsed = _convert_seconds(elapsed / 1e6)
album = info.get('xesam:album')
title = info.get('xesam:title')
artist = info.get('xesam:artist')