Skip to content
Snippets Groups Projects

Fix buffer animation showing without media loaded

Fixes #29113

Problem

The buffer animation was showing even when no media was loaded. This happened because Player.buffering === 0 is true even in idle state.

Fix

Added a check for Player.hasMedia in the buffering animation condition.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading