Skip to content

Commit

Permalink
Merge pull request TeamNewPipe#11734 from Thompson3142/fix_timestamp_…
Browse files Browse the repository at this point in the history
…popup_time

Fix player resuming from start when clicking on a timestamp
  • Loading branch information
Stypox authored Nov 27, 2024
2 parents c6b8bcf + f9711a3 commit e4b0245
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/org/schabi/newpipe/player/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ public void handleIntent(@NonNull final Intent intent) {
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();
}

Expand Down

0 comments on commit e4b0245

Please sign in to comment.