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:
2024-09-30 20:33:07 -04:00
parent f63631df89
commit 09f65f9a31
2 changed files with 25 additions and 3 deletions

View File

@@ -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; }
}
}