Mercurial > minori
diff src/services/services.cc @ 392:a72d6d7b3568
anime_info: don't need to wait on the thread, just disconnect
eventually, we can cancel any outgoing requests, but it's kind of
unnecessary
| author | Paper <paper@tflc.us> |
|---|---|
| date | Fri, 07 Nov 2025 07:10:32 -0500 |
| parents | 47c9f8502269 |
| children | 963047512d34 |
line wrap: on
line diff
--- a/src/services/services.cc Fri Nov 07 07:09:31 2025 -0500 +++ b/src/services/services.cc Fri Nov 07 07:10:32 2025 -0500 @@ -21,6 +21,12 @@ } } +/* This is specific to Kitsu; by default they don't provide genre + * nor producer info so we grab it only when we need it (i.e. when + * the anime info list is open). + * + * The backend should automatically detect whether this is unnecessary + * and simply return false if it is. */ bool RetrieveAnimeMetadata(int id) { switch (session.config.service) {
