stormcloud-video-player 0.7.51 → 0.7.52

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/lib/index.cjs CHANGED
@@ -6270,7 +6270,7 @@ function cachedFetchRSSItems(rssUrl, maxItems) {
6270
6270
  }
6271
6271
  function fetchRSSItems(rssUrl, maxItems) {
6272
6272
  return _async_to_generator(function() {
6273
- var encoded, origin, resp, text, unused, resp1, data, unused1, resp2, text1, unused2;
6273
+ var encoded, resp, text, unused, resp1, data, unused1, resp2, text1, unused2;
6274
6274
  return _ts_generator(this, function(_state) {
6275
6275
  switch(_state.label){
6276
6276
  case 0:
@@ -6283,10 +6283,9 @@ function fetchRSSItems(rssUrl, maxItems) {
6283
6283
  ,
6284
6284
  6
6285
6285
  ]);
6286
- origin = typeof window !== "undefined" ? window.location.origin : "";
6287
6286
  return [
6288
6287
  4,
6289
- fetch("".concat(origin, "/api/rss-proxy?url=").concat(encoded))
6288
+ fetch("https://adstorm.co/api/rss-proxy?url=".concat(encoded))
6290
6289
  ];
6291
6290
  case 2:
6292
6291
  resp = _state.sent();