diff --git a/FoxTube/Classes/SecretsVault.cs b/FoxTube/Classes/SecretsVault.cs index 80d3519..b090454 100644 --- a/FoxTube/Classes/SecretsVault.cs +++ b/FoxTube/Classes/SecretsVault.cs @@ -117,7 +117,7 @@ namespace FoxTube if (settings.Values["authorized"] == null) settings.Values.Add("authorized", true); else settings.Values["authorized"] = true; - IsAuthorized = true; + IsAuthorized = true; var request = Service.Channels.List("snippet,contentDetails"); request.Mine = true; diff --git a/FoxTube/Controls/CommentCard.xaml.cs b/FoxTube/Controls/CommentCard.xaml.cs index 90f24bc..a98aafb 100644 --- a/FoxTube/Controls/CommentCard.xaml.cs +++ b/FoxTube/Controls/CommentCard.xaml.cs @@ -72,6 +72,7 @@ namespace FoxTube.Controls { var request = SecretsVault.Service.Comments.List("snippet"); request.ParentId = item.Id; + request.TextFormat = CommentsResource.ListRequest.TextFormatEnum.PlainText; request.MaxResults = 10; var response = await request.ExecuteAsync(); diff --git a/FoxTube/Controls/VideoCard.xaml.cs b/FoxTube/Controls/VideoCard.xaml.cs index 5c92440..42f8844 100644 --- a/FoxTube/Controls/VideoCard.xaml.cs +++ b/FoxTube/Controls/VideoCard.xaml.cs @@ -88,7 +88,7 @@ namespace FoxTube.Controls } } - private async void Button_Click(object sender, RoutedEventArgs e) + public async void Button_Click(object sender, RoutedEventArgs e) { if (embed) { diff --git a/FoxTube/Controls/VideoPlayer.xaml b/FoxTube/Controls/VideoPlayer.xaml index 91af0c6..43cd94a 100644 --- a/FoxTube/Controls/VideoPlayer.xaml +++ b/FoxTube/Controls/VideoPlayer.xaml @@ -66,19 +66,6 @@ - - - - - - - - - - - - - @@ -100,33 +87,18 @@ - - - - - - - - - - + + + - -