From a4aa95d25ca12491583381ca3b26b646479fe68c Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Tue, 8 May 2018 17:45:50 +0300 Subject: [PATCH] Age blocker --- FoxTube/Search.xaml.cs | 1 + FoxTube/VideoPlayer.xaml | 28 ++++++++++++++++++++++++++++ FoxTube/VideoPlayer.xaml.cs | 11 ++++++++++- 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/FoxTube/Search.xaml.cs b/FoxTube/Search.xaml.cs index dd491d7..535d615 100644 --- a/FoxTube/Search.xaml.cs +++ b/FoxTube/Search.xaml.cs @@ -62,6 +62,7 @@ namespace FoxTube Debug.WriteLine("Skipped"); break; } + Google.Apis.YouTube.v3.Data.Video videItem = new Google.Apis.YouTube.v3.Data.Video(); } void AddVideo(string title, diff --git a/FoxTube/VideoPlayer.xaml b/FoxTube/VideoPlayer.xaml index b38e867..d0b9738 100644 --- a/FoxTube/VideoPlayer.xaml +++ b/FoxTube/VideoPlayer.xaml @@ -120,5 +120,33 @@ + + + + + + + + + +