Beginings of api rework with channel inclusion
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user