Commit b54356d1 authored by Francois Cartegnie's avatar Francois Cartegnie

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

parent 541c1d97
...@@ -202,6 +202,7 @@ void InputManager::customEvent( QEvent *event ) ...@@ -202,6 +202,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