@gcorevideo/player 2.30.1 → 2.30.2
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/assets/audio-tracks/template.ejs +1 -1
- package/dist/core.js +1 -1
- package/dist/index.css +890 -890
- package/dist/index.embed.js +35 -12
- package/dist/index.js +61 -31
- package/lib/plugins/audio-selector/AudioTracks.d.ts +4 -0
- package/lib/plugins/audio-selector/AudioTracks.d.ts.map +1 -1
- package/lib/plugins/audio-selector/AudioTracks.js +42 -12
- package/package.json +1 -1
- package/src/plugins/audio-selector/AudioTracks.ts +51 -16
- package/src/plugins/audio-selector/__tests__/__snapshots__/AudioTracks.test.ts.snap +9 -9
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<% for (const track of tracks) { %>
|
|
7
7
|
<li>
|
|
8
8
|
<a href="#" class="gcore-skin-text-color" data-item="<%= track.id %>" role="menuitemradio" aria-checked="<%= track.id === current %>">
|
|
9
|
-
<%= track.label %>
|
|
9
|
+
<%= track.label || track.language %>
|
|
10
10
|
</a>
|
|
11
11
|
</li>
|
|
12
12
|
<% }; %>
|
package/dist/core.js
CHANGED
|
@@ -51536,7 +51536,7 @@ class Player {
|
|
|
51536
51536
|
}
|
|
51537
51537
|
}
|
|
51538
51538
|
|
|
51539
|
-
var version$1 = "2.30.
|
|
51539
|
+
var version$1 = "2.30.2";
|
|
51540
51540
|
|
|
51541
51541
|
var packages = {
|
|
51542
51542
|
"node_modules/@clappr/core": {
|