Merge pull request #11734 from Thompson3142/fix_timestamp_popup_time

Fix player resuming from start when clicking on a timestamp
This commit is contained in:
Stypox 2024-11-27 18:38:49 +01:00 committed by GitHub
commit e4b0245530
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -462,7 +462,6 @@ public final class Player implements PlaybackListener, Listener {
if (oldPlayerType != playerType && playQueue != null) { if (oldPlayerType != playerType && playQueue != null) {
// If playerType changes from one to another we should reload the player // If playerType changes from one to another we should reload the player
// (to disable/enable video stream or to set quality) // (to disable/enable video stream or to set quality)
setRecovery();
reloadPlayQueueManager(); reloadPlayQueueManager();
} }