summaryrefslogtreecommitdiff
path: root/POJO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'POJO.cs')
-rw-r--r--POJO.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/POJO.cs b/POJO.cs
index dcc91a0..e54b462 100644
--- a/POJO.cs
+++ b/POJO.cs
@@ -70,12 +70,18 @@ public class POJO
public string id { get; set; }
}
+ public class SeasonId
+ {
+ public string id { get; set; }
+ }
+
public class File
{
public string fileType { get; set; }
public string title { get; set; }
public string id { get; set; }
public EpisodeId? episode_id { get; set; }
+ public SeasonId? season_id { get; set; }
public ImageType? JellyFinFileType()
{