mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
The move!
This commit is contained in:
parent
1daf480b1b
commit
25526cc4d9
1147 changed files with 85 additions and 8524 deletions
13
Old/Ombi.Services/Models/PlexTvShow.cs
Normal file
13
Old/Ombi.Services/Models/PlexTvShow.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
namespace Ombi.Services.Models
|
||||
{
|
||||
public class PlexTvShow
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string ReleaseYear { get; set; }
|
||||
public string ProviderId { get; set; }
|
||||
public int[] Seasons { get; set; }
|
||||
public string Url { get; set; }
|
||||
public string ItemId { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue