Archived
1
0

Added support of livestreams. Chat messages avatars added. Formatting live chat messages added. Few player fixes

Related Work Items: #183, #184
This commit is contained in:
Michael Gordeev
2019-01-01 15:01:27 +03:00
parent df6d74da5c
commit cb5c3c7c7f
5 changed files with 37 additions and 36 deletions
+1
View File
@@ -273,6 +273,7 @@ namespace FoxTube.Pages
{
commentsPlaceholder.Header = "Chat";
commentsPlaceholder.Content = new Chat(item.LiveStreamingDetails.ActiveLiveChatId);
pivot.SelectedItem = commentsPlaceholder;
}
download.Visibility = Visibility.Collapsed;
}