diff --git a/Kyoo.Common/Models/Show.cs b/Kyoo.Common/Models/Show.cs index b4d45cf4..a26e490a 100644 --- a/Kyoo.Common/Models/Show.cs +++ b/Kyoo.Common/Models/Show.cs @@ -20,7 +20,7 @@ namespace Kyoo.Models public long? StartYear { get; set; } public long? EndYear { get; set; } - [JsonIgnore] public string ImgPrimary { get; set; } + public string ImgPrimary { get; set; } [JsonIgnore] public string ImgThumb { get; set; } [JsonIgnore] public string ImgLogo { get; set; } [JsonIgnore] public string ImgBackdrop { get; set; } diff --git a/Kyoo/Views/WebClient b/Kyoo/Views/WebClient index a19476fe..6748d004 160000 --- a/Kyoo/Views/WebClient +++ b/Kyoo/Views/WebClient @@ -1 +1 @@ -Subproject commit a19476fe786f2a21afdd9bc37317feacf89b4daf +Subproject commit 6748d004b783a9fb4afdc51fec4787de0ddc1021