- Added localization contribution system
- Added ability to completely collapse command bars (check settings) - Added feature that checks your clipboard and suggests you to open YouTube page in the app if there is any (check settings) - Added additional analytics tools to detect authorization fails - Added video speed controller (check video settings) - Test ads are now shown - Fixed gaps in grids - Fixed some cases when on maximizing video it pauses/continues - Fixed missing inbox items due to incompatible date formats - Fixed inability to unsubscribe from channel - Fixed minimization of videos with unusual aspect ratios - Fixed some cases when video continues to play in the background after closing/reloading video page
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using Google.Apis.YouTube.v3;
|
||||
using Google.Apis.YouTube.v3.Data;
|
||||
using Microsoft.AppCenter.Analytics;
|
||||
using Microsoft.Toolkit.Uwp.UI.Controls;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Windows.ApplicationModel.DataTransfer;
|
||||
@@ -52,6 +53,7 @@ namespace FoxTube.Controls
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
(Parent as AdaptiveGridView)?.Items.Remove(this);
|
||||
Visibility = Visibility.Collapsed;
|
||||
Analytics.TrackEvent("PlaylistCard loading failed", new Dictionary<string, string>()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user