[3.4.x] VLCMetadata: Correctly set the isAudioOnly property
This merge request brings an adjustment to:
- The isAudioOnly property that is set to false when needed.
This is particularly noticeable when several updateMetadata
calls are performed and the currently playing media has not been set yet. It was leading to a visual glitch in the player.
(Backport of !978 (merged))