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