mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Remember position when switching from audio to video mode
This commit is contained in:
parent
79fab618df
commit
9650f32f67
@ -107,6 +107,7 @@ class AudioPlayerFragment : BaseFragment() {
|
|||||||
NavigationHelper.navigateVideo(
|
NavigationHelper.navigateVideo(
|
||||||
context = requireContext(),
|
context = requireContext(),
|
||||||
videoId = PlayingQueue.getCurrent()?.url?.toID(),
|
videoId = PlayingQueue.getCurrent()?.url?.toID(),
|
||||||
|
timeStamp = playerService?.player?.currentPosition,
|
||||||
keepQueue = true,
|
keepQueue = true,
|
||||||
forceVideo = true
|
forceVideo = true
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user