Merge branch 'fix-977' into develop

This commit is contained in:
ZyX 2014-08-12 08:11:40 +04:00
commit d658e08049

View File

@ -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)