Archived
1
0
This commit is contained in:
Michael Gordeev
2018-09-14 18:10:54 +03:00
parent bfed472e3b
commit 35ddf4a012
4 changed files with 59 additions and 34 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ namespace FoxTube
{
nav.OpenPaneLength = 0;
nav.CompactPaneLength = 0;
if ((videoPlaceholder.Content as VideoPage).player.miniView)
if ((videoPlaceholder.Content as VideoPage).player.MiniView)
nav.Margin = new Thickness(0, -80, 0, 0);
else
nav.Margin = new Thickness(0, -91, 0, 0);
+3 -3
View File
@@ -96,7 +96,7 @@ namespace FoxTube
{
loading.Refresh();
//try
try
{
Parameters = arg;
request = SecretsVault.Service.Search.List("id,snippet");
@@ -159,14 +159,14 @@ namespace FoxTube
loading.Close();
}
/*catch (System.Net.Http.HttpRequestException)
catch (System.Net.Http.HttpRequestException)
{
loading.Error("System.Net.Http.HttpRequestException", "Unable to connect to Google servers.", true);
}
catch (Exception e)
{
loading.Error(e.GetType().ToString(), e.Message);
}*/
}
}
private void toggleFilters_Click(object sender, RoutedEventArgs e)