diff src/core/anime_season.cc @ 326:10096c5489e3

anime/db: refactor anime_season_db out
author Paper <paper@paper.us.eu.org>
date Thu, 13 Jun 2024 00:42:00 -0400
parents e66ffc338d82
children b5d6c27c308f
line wrap: on
line diff
--- a/src/core/anime_season.cc	Thu Jun 13 00:36:41 2024 -0400
+++ b/src/core/anime_season.cc	Thu Jun 13 00:42:00 2024 -0400
@@ -2,8 +2,6 @@
 
 namespace Anime {
 
-/* MAL has a different idea of seasons than Kitsu/AniList
- * prepare ahead of time for this discrepancy. */
 SeriesSeason GetSeasonForMonth(Date::Month month) {
 	switch (month) {
 		case Date::Month::Jan: case Date::Month::Feb: case Date::Month::Mar: