mirror of
https://github.com/powerline/powerline.git
synced 2025-07-31 01:35:40 +02:00
parent
1abe0ac194
commit
9e37648acf
@ -917,7 +917,7 @@ class NowPlayingSegment(Segment):
|
|||||||
'elapsed': None,
|
'elapsed': None,
|
||||||
'total': None,
|
'total': None,
|
||||||
}
|
}
|
||||||
func_stats = player_func(state_symbol=state_symbols, **kwargs)
|
func_stats = player_func(**kwargs)
|
||||||
if not func_stats:
|
if not func_stats:
|
||||||
return None
|
return None
|
||||||
stats.update(func_stats)
|
stats.update(func_stats)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user