Beginings of api rework with channel inclusion

This commit is contained in:
2018-02-23 23:03:27 -05:00
parent 01bc50f9f2
commit f708503072
4 changed files with 107 additions and 20 deletions

View File

@ -32,6 +32,10 @@ namespace YTManager.Models {
[Required]
public DateTime AddedtoDB { get; set; }
// What channel this video comes from.
[Required]
public Channel channel;
// Tag this video applies to.
[Required]
public List<Tag> Tags;