Highlight own entries

This commit is contained in:
2017-11-22 12:48:18 +01:00
parent 9a9e97f244
commit 924f21b48f
4 changed files with 25 additions and 7 deletions

View File

@ -12,4 +12,5 @@ type CalendarDay struct {
type CalendarEntry struct {
Anime *arn.Anime
Episode *arn.AnimeEpisode
Class string
}