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 @@ + + + + + + + + + +