Regions and languagaes improved. Video cards duration display fixed. Added settings updating system
Related Work Items: #236
This commit is contained in:
@@ -65,10 +65,7 @@ namespace FoxTube.Controls
|
||||
else
|
||||
{
|
||||
views.Text = $"{item.Statistics.ViewCount:0,0} views";
|
||||
string dur = string.Empty;
|
||||
try { XmlConvert.ToTimeSpan(item.ContentDetails.Duration); }
|
||||
catch { }
|
||||
info.Text = $"{dur} | {Methods.GetAgo(item.Snippet.PublishedAt.Value)}";
|
||||
info.Text = $"{item.ContentDetails.Duration.GetDuration()} | {Methods.GetAgo(item.Snippet.PublishedAt.Value)}";
|
||||
embed = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user