Fix the time parameter when sharing a video

Closes #1201
This commit is contained in:
Bnyro 2022-09-05 13:05:19 +02:00 committed by GitHub
parent 0bf2bc680d
commit 38e408058f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ class ShareDialog(
var url = "$host$path"
if (binding != null && binding!!.timeCodeSwitch.isChecked) {
url += "?t=$position"
url += "&t=$position"
}
val intent = Intent()