Mercurial > minori
diff src/core/anime_season.cc @ 284:e66ffc338d82
anime: refactor title structure to a map
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 08 May 2024 16:21:05 -0400 |
parents | 3ede7be4f449 |
children | 10096c5489e3 |
line wrap: on
line diff
--- a/src/core/anime_season.cc Wed May 08 16:20:37 2024 -0400 +++ b/src/core/anime_season.cc Wed May 08 16:21:05 2024 -0400 @@ -7,6 +7,7 @@ SeriesSeason GetSeasonForMonth(Date::Month month) { switch (month) { case Date::Month::Jan: case Date::Month::Feb: case Date::Month::Mar: + default: return SeriesSeason::Winter; case Date::Month::Apr: case Date::Month::May: case Date::Month::Jun: return SeriesSeason::Spring;