#176: Done
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user