Mercurial > minori
comparison include/core/anime.h @ 250:c130f47f6f48
*: many many changes
e.g. the search page is actually implemented now!
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Sun, 04 Feb 2024 21:17:17 -0500 |
parents | 649786bae914 |
children | 862d0d8619f6 |
comparison
equal
deleted
inserted
replaced
249:6b2441c776dd | 250:c130f47f6f48 |
---|---|
145 Date GetAirDate() const; | 145 Date GetAirDate() const; |
146 std::vector<std::string> GetGenres() const; | 146 std::vector<std::string> GetGenres() const; |
147 std::vector<std::string> GetProducers() const; | 147 std::vector<std::string> GetProducers() const; |
148 SeriesFormat GetFormat() const; | 148 SeriesFormat GetFormat() const; |
149 SeriesSeason GetSeason() const; | 149 SeriesSeason GetSeason() const; |
150 int GetAudienceScore() const; /* should be double once MAL and Kitsu are implemented */ | 150 int GetAudienceScore() const; |
151 std::string GetSynopsis() const; | 151 std::string GetSynopsis() const; |
152 int GetDuration() const; | 152 int GetDuration() const; |
153 std::string GetPosterUrl() const; | 153 std::string GetPosterUrl() const; |
154 std::string GetServiceUrl() const; | 154 std::string GetServiceUrl() const; |
155 | 155 |