Archived
1
0

bug fixes

This commit is contained in:
Michael Gordeev
2018-08-24 23:30:50 +03:00
parent 4639b9c77b
commit 94d59f1dba
9 changed files with 59 additions and 31 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ namespace FoxTube.Controls
title.Text = item.Snippet.Title;
channelName.Text = item.Snippet.ChannelTitle;
counter.Text = item.ContentDetails.ItemCount.ToString();
date.Text = item.Snippet.PublishedAt.ToString();
date.Text = Methods.GetAgo(item.Snippet.PublishedAt.Value);
ChannelsResource.ListRequest r = SecretsVault.NoAuthService.Channels.List("snippet");
r.Id = item.Snippet.ChannelId;