nullabhle release/recording in yt datetime

This commit is contained in:
Adam R. Grey 2021-09-03 07:05:06 -04:00
parent 21c7e4d050
commit 62aa42e3b5

View File

@ -7,8 +7,8 @@ namespace silver_messages.youtube
{
//not including (part _)
public string title { get; set; }
public DateTime release { get; set; }
public DateTime recording { get; set; }
public DateTime? release { get; set; }
public DateTime? recording { get; set; }
//name of the YT playlist to add this to
public string playlist { get; set; }
//my path to the thumbnail - meaning it will need the number stamped some other way