mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Updated projects, updated entities to use a string as the primary keys. migrations need doing
This commit is contained in:
parent
890d74037a
commit
b5a268510d
55 changed files with 248 additions and 87 deletions
|
@ -5,7 +5,7 @@ namespace Ombi.Schedule.Jobs.Plex.Models
|
|||
{
|
||||
public class ProcessedContent
|
||||
{
|
||||
public IEnumerable<int> Content { get; set; }
|
||||
public IEnumerable<string> Content { get; set; }
|
||||
public IEnumerable<int> Episodes { get; set; }
|
||||
|
||||
public bool HasProcessedContent => Content?.Any() ?? false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue