Revert part of #6872 and fix playback resuming

This commit is contained in:
Stypox 2021-10-20 22:11:46 +02:00 committed by Tobi
parent b79ea7b51b
commit ac071b383f
2 changed files with 16 additions and 6 deletions

View file

@ -1181,7 +1181,7 @@ public final class VideoDetailFragment
addVideoPlayerView();
final Intent playerIntent = NavigationHelper.getPlayerIntent(requireContext(),
MainPlayer.class, queue, autoPlayEnabled);
MainPlayer.class, queue, true, autoPlayEnabled);
ContextCompat.startForegroundService(activity, playerIntent);
}