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.
@@ -5978,7 +5978,7 @@ function cachedFetchRSSItems(rssUrl, maxItems) {
5978
5978
  }
5979
5979
  function fetchRSSItems(rssUrl, maxItems) {
5980
5980
  return _async_to_generator(function() {
5981
- var encoded, origin, resp, text, unused, resp1, data, unused1, resp2, text1, unused2;
5981
+ var encoded, resp, text, unused, resp1, data, unused1, resp2, text1, unused2;
5982
5982
  return _ts_generator(this, function(_state) {
5983
5983
  switch(_state.label){
5984
5984
  case 0:
@@ -5991,10 +5991,9 @@ function fetchRSSItems(rssUrl, maxItems) {
5991
5991
  ,
5992
5992
  6
5993
5993
  ]);
5994
- origin = typeof window !== "undefined" ? window.location.origin : "";
5995
5994
  return [
5996
5995
  4,
5997
- fetch("".concat(origin, "/api/rss-proxy?url=").concat(encoded))
5996
+ fetch("https://adstorm.co/api/rss-proxy?url=".concat(encoded))
5998
5997
  ];
5999
5998
  case 2:
6000
5999
  resp = _state.sent();