mirror of
https://github.com/powerline/powerline.git
synced 2025-07-27 15:54:30 +02:00
Merge branch 'fix-977' into develop
This commit is contained in:
commit
d658e08049
@ -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