diff include/core/anime.h @ 184:09492158bcc5

anime: etc. comments and changes
author Paper <mrpapersonic@gmail.com>
date Mon, 04 Dec 2023 13:44:42 -0500
parents 442065432549
children 62e336597bb7
line wrap: on
line diff
--- a/include/core/anime.h	Mon Dec 04 13:40:42 2023 -0500
+++ b/include/core/anime.h	Mon Dec 04 13:44:42 2023 -0500
@@ -65,7 +65,7 @@
 struct ListInformation {
 		int id = 0;
 		int progress = 0;
-		int score = 0;
+		int score = 0; // always in the AniList 100-based form internally
 		ListStatus status = ListStatus::NOT_IN_LIST;
 		Date started;
 		Date completed;