Added PostStatus method and attempted to attach posters for anime

This commit is contained in:
2024-09-27 17:08:58 -04:00
parent a10f8c9c2f
commit 9ffe32447a
2 changed files with 43 additions and 18 deletions

View File

@@ -13,5 +13,6 @@ namespace AnimeAnnouncer.Cache
public string? LatestSeasonPosterPath { get; internal set; }
public string? LatestSeasonOverview { get; internal set; }
public double VoteAverage { get; internal set; }
public string? Overview { get; internal set; }
}
}