Handled case where TMDB doesn't return a show; First attempt at ordinal-based episode count;Handled null string Overview
This commit is contained in:
@@ -14,5 +14,6 @@ namespace AnimeAnnouncer.Cache
|
||||
public string? LatestSeasonOverview { get; internal set; }
|
||||
public double VoteAverage { get; internal set; }
|
||||
public string? Overview { get; internal set; }
|
||||
public int? LatestOrdinalEpisodeNumber { get; internal set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user