fix current position

This commit is contained in:
Bnyro 2022-11-19 13:52:09 +01:00
parent cdf96d8419
commit 5518de4176

View File

@ -359,7 +359,7 @@ class PlayerFragment : BaseFragment(), OnlinePlayerOptions {
ShareObjectType.VIDEO, ShareObjectType.VIDEO,
ShareData( ShareData(
currentVideo = streams.title, currentVideo = streams.title,
currentPosition = exoPlayer.currentPosition currentPosition = exoPlayer.currentPosition / 1000
) )
) )
shareDialog.show(childFragmentManager, ShareDialog::class.java.name) shareDialog.show(childFragmentManager, ShareDialog::class.java.name)