Archived
1
0

Context menu for cards done

Related Work Items: #226
This commit is contained in:
Michael Gordeev
2018-12-31 02:02:01 +03:00
parent f136aa8d0c
commit 7f76ef2d97
8 changed files with 16 additions and 44 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ namespace FoxTube.Pages
string timecode = player.elapsed.TotalSeconds > 10 ?
"&t=" + (int)player.elapsed.TotalSeconds + "s" : string.Empty;
await Launcher.LaunchUriAsync(new Uri($"https://www.youtube.com/watch?v={videoId}{timecode}"));
await Launcher.LaunchUriAsync($"https://www.youtube.com/watch?v={videoId}{timecode}".ToUri());
}
public void refresh_Click(object sender, RoutedEventArgs e)