Commit 200bcb49 authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

Qt: InputManager: UpdateMeta() on Item change. (fix #7321)

(cherry picked from commit b54356d11dbafa1d3cce837b43faeedb9413941b)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 8f0ee34d
...@@ -207,6 +207,7 @@ void InputManager::customEvent( QEvent *event ) ...@@ -207,6 +207,7 @@ void InputManager::customEvent( QEvent *event )
UpdateStatus(); UpdateStatus();
// UpdateName(); // UpdateName();
UpdateArt(); UpdateArt();
UpdateMeta();
/* Update duration of file */ /* Update duration of file */
} }
break; break;
......
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