Commit 13bd23a2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: correctly update the nowplaying info

Close #9960
parent 23f717bc
......@@ -239,7 +239,7 @@ void InputManager::customEvent( QEvent *event )
if( p_item == ple->item() )
{
UpdateStatus();
// UpdateName();
UpdateName();
UpdateArt();
UpdateMeta();
/* Update duration of file */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment