Added more tmdb fields to cache system
This commit is contained in:
@@ -8,5 +8,10 @@ namespace AnimeAnnouncer.Cache
|
||||
|
||||
public int LatestSeasonNumber { get; set; }
|
||||
public int LastEpisodeNumber { get; set; }
|
||||
public string? PosterPath { get; internal set; }
|
||||
public string? BackdropPath { get; internal set; }
|
||||
public string? LatestSeasonPosterPath { get; internal set; }
|
||||
public string? LatestSeasonOverview { get; internal set; }
|
||||
public double VoteAverage { get; internal set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user