videojs-hls-boomstream 1.2.72 → 1.2.76
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/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
# Changelog of ```videojs-hls-boomstream```
|
|
2
|
+
## 1.2.76
|
|
3
|
+
FIX: Исправление отправки аналитики для нескольких плееров на странице
|
|
4
|
+
## 1.2.75
|
|
5
|
+
FIX: Удалил автоматическое переключение оффлайн стримов в плейлисте
|
|
6
|
+
## 1.2.74
|
|
7
|
+
FIX: Изменена процедура подгрузки плейлистов
|
|
8
|
+
## 1.2.73
|
|
9
|
+
FIX: Исправлено формирование ссылки на ключ
|
|
2
10
|
## 1.2.72
|
|
3
11
|
FIX: Исправление ошибок прошлой версии плагина
|
|
4
12
|
## 1.2.71
|
package/dist/typings.d.ts
CHANGED
|
@@ -153,7 +153,7 @@ export type GlobalState = {
|
|
|
153
153
|
currentMediaCode: string;
|
|
154
154
|
isBmsUIUsed: boolean;
|
|
155
155
|
offlineStreamErrorHandler: () => void;
|
|
156
|
-
liveVodRequestSender: LiveVodRequestSenderInterface;
|
|
156
|
+
liveVodRequestSender: LiveVodRequestSenderInterface[];
|
|
157
157
|
googleAnalyticPartnerKey: string;
|
|
158
158
|
yandexAnalyticPartnerKey: string;
|
|
159
159
|
}
|