mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 07:16:31 +02:00
added a trailing comma
This commit is contained in:
parent
2a9a0a8282
commit
01f2a3ae92
@ -368,7 +368,7 @@ class SpotifyAppleScriptPlayerSegment(PlayerSegment):
|
|||||||
'artist': spotify_status[2],
|
'artist': spotify_status[2],
|
||||||
'title': spotify_status[3],
|
'title': spotify_status[3],
|
||||||
'total': _convert_seconds(int(spotify_status[4])/1000),
|
'total': _convert_seconds(int(spotify_status[4])/1000),
|
||||||
'elapsed': _convert_seconds(spotify_status[5])
|
'elapsed': _convert_seconds(spotify_status[5]),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user