minor readability changes
This commit is contained in:
parent
7deda15585
commit
24f9ea1e52
@ -112,11 +112,11 @@ else:
|
||||
src = host+":"+port,
|
||||
consume = get_status['consume'],
|
||||
current = get_currentsong['file'] if get_currentsong['file'] else '',
|
||||
time = get_status['time'].split(":")[0] if get_status['time'] else '',
|
||||
random = get_status['random'],
|
||||
repeat = get_status['repeat'],
|
||||
single = get_status['single'],
|
||||
state = get_status['state'],
|
||||
time = get_status['time'].split(":")[0] if get_status['time'] else '',
|
||||
volume = get_status['volume'],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user