mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-14 22:30:30 +05:30
Merge pull request #1679 from Bnyro/master
pass the playlist id to the background mode
This commit is contained in:
commit
17fdf5503a
@ -440,7 +440,8 @@ class PlayerFragment : BaseFragment() {
|
||||
BackgroundHelper.playOnBackground(
|
||||
requireContext(),
|
||||
videoId!!,
|
||||
exoPlayer.currentPosition
|
||||
exoPlayer.currentPosition,
|
||||
playlistId
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user