qml: fix player seekbar position is not updated when hidden
Using Item
for the FSM implementation had the drawback that when the seekbar
was hidden, the FSM was disabled (enabled became false) by propagation
Using Item
for the FSM implementation had the drawback that when the seekbar
was hidden, the FSM was disabled (enabled became false) by propagation
VideoLAN code repository instance