mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +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(
|
||||
context = requireContext(),
|
||||
videoId = PlayingQueue.getCurrent()?.url?.toID(),
|
||||
timeStamp = playerService?.player?.currentPosition,
|
||||
keepQueue = true,
|
||||
forceVideo = true
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user