Lots and lots of cleanup!
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user