Commit 3d962e93 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: correctly update the nowplaying info

Close #9960

(cherry picked from commit 13bd23a2b930c0efbb27482838b197c20130416e)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 201180f0
......@@ -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