Mercurial > minori
diff src/services/anilist.cc @ 320:1b5c04268d6a
services/kitsu: ACTUALLY finish GetAnimeList
there are some things the API just... doesn't provide. therefore
we have to request the genres separately any time a new anime info
box is opened...
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 12 Jun 2024 19:49:19 -0400 |
parents | d928ec7b6a0d |
children | 8141f409d52c |
line wrap: on
line diff
--- a/src/services/anilist.cc Wed Jun 12 17:52:26 2024 -0400 +++ b/src/services/anilist.cc Wed Jun 12 19:49:19 2024 -0400 @@ -234,8 +234,6 @@ return 0; } - session.SetStatusBar("AniList: Retrieving anime list..."); - /* NOTE: these really ought to be in the qrc file */ constexpr std::string_view query = "query ($id: Int) {\n" " MediaListCollection (userId: $id, type: ANIME) {\n"