Merge pull request #7268 from TeamNewPipe/release/0.21.13

Release 0.21.13
- Fix playback resume
- Ensure that the service for new version checks is not started in background
This commit is contained in:
Tobi 2021-10-21 20:51:01 +02:00 committed by GitHub
commit 0a15251ec4
7 changed files with 45 additions and 8 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);
}