[Player] Fix resuming playback

This was caused by #6872
This commit is contained in:
TobiGr 2021-10-17 12:07:13 +02:00
parent 7eb13a9b93
commit 5fcc3b4dab
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ public final class NavigationHelper {
}
}
intent.putExtra(Player.PLAYER_TYPE, MainPlayer.PlayerType.VIDEO.ordinal());
intent.putExtra(Player.RESUME_PLAYBACK, true);
return intent;
}