diff options
author | Linnea Gräf <nea@nea.moe> | 2024-12-10 01:18:40 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-12-10 01:18:40 +0100 |
commit | 38ac187fc44aa1531e492fb65436e2a7e5e5cbb1 (patch) | |
tree | e77a43763fb7b7bed2a6843b0777aa8f434ea942 /POJO.cs | |
parent | 9a06e4e555fe10edc9df4693e63b07aa6b568ddf (diff) | |
download | JCoverXtremePro-38ac187fc44aa1531e492fb65436e2a7e5e5cbb1.tar.gz JCoverXtremePro-38ac187fc44aa1531e492fb65436e2a7e5e5cbb1.tar.bz2 JCoverXtremePro-38ac187fc44aa1531e492fb65436e2a7e5e5cbb1.zip |
feat: Added season images
Diffstat (limited to 'POJO.cs')
-rw-r--r-- | POJO.cs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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() { |