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.js CHANGED
@@ -6044,7 +6044,7 @@ function cachedFetchRSSItems(rssUrl, maxItems) {
6044
6044
  }
6045
6045
  function fetchRSSItems(rssUrl, maxItems) {
6046
6046
  return _async_to_generator(function() {
6047
- var encoded, origin, resp, text, unused, resp1, data, unused1, resp2, text1, unused2;
6047
+ var encoded, resp, text, unused, resp1, data, unused1, resp2, text1, unused2;
6048
6048
  return _ts_generator(this, function(_state) {
6049
6049
  switch(_state.label){
6050
6050
  case 0:
@@ -6057,10 +6057,9 @@ function fetchRSSItems(rssUrl, maxItems) {
6057
6057
  ,
6058
6058
  6
6059
6059
  ]);
6060
- origin = typeof window !== "undefined" ? window.location.origin : "";
6061
6060
  return [
6062
6061
  4,
6063
- fetch("".concat(origin, "/api/rss-proxy?url=").concat(encoded))
6062
+ fetch("https://adstorm.co/api/rss-proxy?url=".concat(encoded))
6064
6063
  ];
6065
6064
  case 2:
6066
6065
  resp = _state.sent();