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
|
@@ -480,7 +480,7 @@ function cachedFetchRSSItems(rssUrl, maxItems) {
|
|
|
480
480
|
}
|
|
481
481
|
function fetchRSSItems(rssUrl, maxItems) {
|
|
482
482
|
return _async_to_generator(function() {
|
|
483
|
-
var encoded,
|
|
483
|
+
var encoded, resp, text, unused, resp1, data, unused1, resp2, text1, unused2;
|
|
484
484
|
return _ts_generator(this, function(_state) {
|
|
485
485
|
switch(_state.label){
|
|
486
486
|
case 0:
|
|
@@ -493,10 +493,9 @@ function fetchRSSItems(rssUrl, maxItems) {
|
|
|
493
493
|
,
|
|
494
494
|
6
|
|
495
495
|
]);
|
|
496
|
-
origin = typeof window !== "undefined" ? window.location.origin : "";
|
|
497
496
|
return [
|
|
498
497
|
4,
|
|
499
|
-
fetch("
|
|
498
|
+
fetch("https://adstorm.co/api/rss-proxy?url=".concat(encoded))
|
|
500
499
|
];
|
|
501
500
|
case 2:
|
|
502
501
|
resp = _state.sent();
|