mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Add elapsed time to Dbus players
This commit is contained in:
parent
8d85c4f73b
commit
5a53cf9f93
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user