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/dist/stormcloud-vp.min.js +1 -1
- package/lib/index.cjs +2 -3
- package/lib/index.cjs.map +1 -1
- package/lib/index.js +2 -3
- package/lib/index.js.map +1 -1
- package/lib/ui/OverlayRenderer.cjs +2 -3
- package/lib/ui/OverlayRenderer.cjs.map +1 -1
- package/lib/ui/StormcloudVideoPlayer.cjs +2 -3
- package/lib/ui/StormcloudVideoPlayer.cjs.map +1 -1
- package/package.json +1 -1
|
@@ -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,
|
|
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("
|
|
5996
|
+
fetch("https://adstorm.co/api/rss-proxy?url=".concat(encoded))
|
|
5998
5997
|
];
|
|
5999
5998
|
case 2:
|
|
6000
5999
|
resp = _state.sent();
|