Merge pull request #11734 from Thompson3142/fix_timestamp_popup_time

Fix player resuming from start when clicking on a timestamp
pull/11806/head
Stypox 2024-11-27 18:38:49 +01:00 zatwierdzone przez GitHub
commit e4b0245530
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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