Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 183:01d259b9c89f | 184:09492158bcc5 |
|---|---|
| 63 }; | 63 }; |
| 64 | 64 |
| 65 struct ListInformation { | 65 struct ListInformation { |
| 66 int id = 0; | 66 int id = 0; |
| 67 int progress = 0; | 67 int progress = 0; |
| 68 int score = 0; | 68 int score = 0; // always in the AniList 100-based form internally |
| 69 ListStatus status = ListStatus::NOT_IN_LIST; | 69 ListStatus status = ListStatus::NOT_IN_LIST; |
| 70 Date started; | 70 Date started; |
| 71 Date completed; | 71 Date completed; |
| 72 bool is_private = false; | 72 bool is_private = false; |
| 73 unsigned int rewatched_times = 0; | 73 unsigned int rewatched_times = 0; |
