Skip to content

Commit

Permalink
fix(player): do not reset playback rate on source change
Browse files Browse the repository at this point in the history
closes #1120
  • Loading branch information
mihar-22 committed Jan 31, 2024
1 parent 6f3c18b commit 7671c89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vidstack/src/core/api/player-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ const RESET_ON_SRC_CHANGE = new Set<keyof MediaState>([
'intrinsicDuration',
'liveSyncPosition',
'paused',
'playbackRate',
'played',
'playing',
'qualities',
Expand Down

0 comments on commit 7671c89

Please sign in to comment.