mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added the calendar!
This commit is contained in:
parent
f748ea9db6
commit
9a267465a7
19 changed files with 326 additions and 11 deletions
10
src/Ombi.Core/Models/Search/V2/CalendarViewModel.cs
Normal file
10
src/Ombi.Core/Models/Search/V2/CalendarViewModel.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System;
|
||||
|
||||
namespace Ombi.Core.Models.Search.V2
|
||||
{
|
||||
public class CalendarViewModel
|
||||
{
|
||||
public string Title { get; set; }
|
||||
public DateTime Start { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue