Remember position when switching from audio to video mode

This commit is contained in:
Bnyro 2023-01-21 18:01:08 +01:00
parent 79fab618df
commit 9650f32f67

View File

@ -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
) )