Skip to content

Commit e4b0245

Browse files
authored
Merge pull request #11734 from Thompson3142/fix_timestamp_popup_time
Fix player resuming from start when clicking on a timestamp
2 parents c6b8bcf + f9711a3 commit e4b0245

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/player/Player.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,6 @@ public void handleIntent(@NonNull final Intent intent) {
462462
if (oldPlayerType != playerType && playQueue != null) {
463463
// If playerType changes from one to another we should reload the player
464464
// (to disable/enable video stream or to set quality)
465-
setRecovery();
466465
reloadPlayQueueManager();
467466
}
468467

0 commit comments

Comments
 (0)