Fix buffer animation showing without media loaded
- Apr 05, 2025
-
-
Alexandru Babacea authored
Fixes #29113
783c33f1
-
Fixes #29113
The buffer animation was showing even when no media was loaded. This happened because Player.buffering === 0 is true even in idle state.
Added a check for Player.hasMedia in the buffering animation condition.
Fixes #29113
VideoLAN code repository instance