Skip to content

tmdb: without config, run a single request

When we need to request the config, the request's callback will flush out the queue of requests. So, when we need the config, be sure to only run_pending_requests with max_num_request set to 1.

Also, to avoid reuse of the same GrlTmdbRequest, I've added a warning to its grl_tmdb_request_run_async().

Found this after switching internals of GrlNetWc to use GTask instead of GSimpleAsyncResult.

Merge request reports