Lots and lots of cleanup!

This commit is contained in:
2017-09-02 21:05:50 -04:00
parent 6f326320cc
commit caf2bde6c4
10 changed files with 145 additions and 142 deletions

View File

@ -22,6 +22,10 @@ namespace YTManager.Models {
[Required]
public string YTVideoID { get; set; }
// Channel this video belongs to.
[Required]
public string YTChannelID { get; set; }
// Thumbnail link
[Required]
public string ThumbnailURL { get; set; }