Skip to content

Commit

Permalink
[Player] Fix resuming playback
Browse files Browse the repository at this point in the history
This was caused by TeamNewPipe#6872
  • Loading branch information
TobiGr committed Oct 17, 2021
1 parent 7eb13a9 commit 5fcc3b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public static <T> Intent getPlayerIntent(@NonNull final Context context,
}
}
intent.putExtra(Player.PLAYER_TYPE, MainPlayer.PlayerType.VIDEO.ordinal());
intent.putExtra(Player.RESUME_PLAYBACK, true);

return intent;
}
Expand Down

0 comments on commit 5fcc3b4

Please sign in to comment.