Notebook layout and episodes page

This commit is contained in:
2020-02-29 20:14:54 +01:00
parent a982b15cbe
commit 96a65b24bd
5 changed files with 381 additions and 77 deletions

View File

@@ -11,7 +11,7 @@ namespace EstusShots.Server.Models
[MaxLength(50)] public string Title { get; set; } = default!;
public DateTime DateTime { get; set; }
public DateTime Date { get; set; }
public DateTime Start { get; set; }