Show episode count for each season

This commit is contained in:
2020-03-12 22:24:44 +01:00
parent 62d98b054b
commit 7bd44091cf
5 changed files with 10 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ namespace EstusShots.Shared.Dto
public DateTime? End { get; set; }
public int EpisodeCount { get; set; }
public string DisplayName => $"S{Number:D2} {Game}";
}
}