added a trailing comma
This commit is contained in:
parent
2a9a0a8282
commit
01f2a3ae92
|
@ -368,7 +368,7 @@ class SpotifyAppleScriptPlayerSegment(PlayerSegment):
|
|||
'artist': spotify_status[2],
|
||||
'title': spotify_status[3],
|
||||
'total': _convert_seconds(int(spotify_status[4])/1000),
|
||||
'elapsed': _convert_seconds(spotify_status[5])
|
||||
'elapsed': _convert_seconds(spotify_status[5]),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue