Mercurial > minori
comparison include/core/anime.h @ 67:442065432549
poster: make posters link to AniList
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Mon, 02 Oct 2023 07:06:44 -0400 |
| parents | 6481c5aed3e1 |
| children | 09492158bcc5 |
comparison
equal
deleted
inserted
replaced
| 66:6481c5aed3e1 | 67:442065432549 |
|---|---|
| 137 SeriesSeason GetSeason() const; | 137 SeriesSeason GetSeason() const; |
| 138 int GetAudienceScore() const; /* should be double once MAL and Kitsu are implemented */ | 138 int GetAudienceScore() const; /* should be double once MAL and Kitsu are implemented */ |
| 139 std::string GetSynopsis() const; | 139 std::string GetSynopsis() const; |
| 140 int GetDuration() const; | 140 int GetDuration() const; |
| 141 std::string GetPosterUrl() const; | 141 std::string GetPosterUrl() const; |
| 142 std::string GetServiceUrl() const; | |
| 142 | 143 |
| 143 void SetId(int id); | 144 void SetId(int id); |
| 144 void SetRomajiTitle(std::string const& title); | 145 void SetRomajiTitle(std::string const& title); |
| 145 void SetEnglishTitle(std::string const& title); | 146 void SetEnglishTitle(std::string const& title); |
| 146 void SetNativeTitle(std::string const& title); | 147 void SetNativeTitle(std::string const& title); |
