bug fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user