Archived
1
0

Refactored Video page

Related Work Items: #183, #186
This commit is contained in:
Michael Gordeev
2018-12-25 22:31:21 +03:00
parent 6303f1753b
commit 3074c04bec
5 changed files with 187 additions and 163 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace FoxTube.Controls
public string videoId;
Video item;
bool embed = true;
bool embed = false;
public VideoCard(string id, string playlist = null)
{
this.InitializeComponent();