Change viewableUrl to include protocol

This commit is contained in:
RedBigz 2024-06-08 22:04:42 +10:00
parent 05e2ceae38
commit add6ee76e1

View File

@ -82,7 +82,7 @@ class SpookedUploader
{
ws.Close();
// Plugin.ModalProxy("Upload Complete", $"Video uploaded to {viewableUrl}! ({uuid})");
System.Diagnostics.Process.Start($"https://{viewableUrl}/#{uuid}");
System.Diagnostics.Process.Start($"{viewableUrl}/#{uuid}");
onUpload();
}