glitch-javascript-sdk 2.8.8 → 2.8.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -25588,8 +25588,8 @@ var Titles = /** @class */ (function () {
25588
25588
  * Initializes a play session. Handles age-gating and license verification.
25589
25589
  * Returns the CDN URL for WASM/iFrame or Signaling URL for Pixel Streaming.
25590
25590
  */
25591
- Titles.getPlaySession = function (title_id) {
25592
- return Requests.processRoute(TitlesRoute.routes.getPlaySession, {}, { title_id: title_id });
25591
+ Titles.getPlaySession = function (title_id, params) {
25592
+ return Requests.processRoute(TitlesRoute.routes.getPlaySession, {}, { title_id: title_id }, params);
25593
25593
  };
25594
25594
  /**
25595
25595
  * List all developer payouts for a title.