Skip to content

Commit

Permalink
Ok for some reason that didn't get committed
Browse files Browse the repository at this point in the history
  • Loading branch information
BowDown097 committed Nov 12, 2023
1 parent 59919cc commit 3a3c263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/innertube.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class InnerTube
E getBlocking(auto&&... args) { return E(m_context, m_authStore, std::forward<decltype(args)>(args)...); }

/**
* @brief Get the result of an Innertube request asynchronously.
* @brief Get the raw result of an Innertube request asynchronously.
* @details Use this if you are not using the WEB client.
* @param body JSON body for the request. See the endpoint's constructor code for what to do.
* @return @ref InnertubeReply "An object" that emits signals containing the result.
Expand Down

0 comments on commit 3a3c263

Please sign in to comment.