Merge pull request #1679 from Bnyro/master

pass the playlist id to the background mode
This commit is contained in:
Bnyro 2022-10-28 23:12:18 +02:00 committed by GitHub
commit 17fdf5503a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -440,7 +440,8 @@ class PlayerFragment : BaseFragment() {
BackgroundHelper.playOnBackground(
requireContext(),
videoId!!,
exoPlayer.currentPosition
exoPlayer.currentPosition,
playlistId
)
}