unified-video-framework 1.4.508 → 1.4.509

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unified-video-framework",
3
- "version": "1.4.508",
3
+ "version": "1.4.509",
4
4
  "description": "Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more",
5
5
  "main": "packages/core/dist/index.js",
6
6
  "types": "packages/core/dist/index.d.ts",
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.4.508";
1
+ export declare const VERSION = "1.4.509";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.4.508';
1
+ export const VERSION = '1.4.509';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- export const VERSION = '1.4.508';
1
+ export const VERSION = '1.4.509';
@@ -8197,7 +8197,7 @@ export class WebPlayer extends BasePlayer {
8197
8197
  nextBtn.id = 'uvf-btn-next';
8198
8198
  nextBtn.setAttribute('title', 'Next track');
8199
8199
  nextBtn.setAttribute('aria-label', 'Next track');
8200
- nextBtn.innerHTML = '<svg viewBox="0 0 24 24"><path d="M6 18l8.5-6L6 6v12zM16 6v12h2V6h-2z" fill="currentColor"/></svg>';
8200
+ nextBtn.innerHTML = '<svg viewBox="0 0 24 24"><path d="M16 6h2v12h-2zM6 6v12l8.5-6z" fill="currentColor"/></svg>';
8201
8201
  controlsRow.appendChild(nextBtn);
8202
8202
  }
8203
8203
  const hasPlaylistNav = !!this.config.playlist?.replaceSkipWithPrevNext;
@@ -8221,7 +8221,7 @@ export class WebPlayer extends BasePlayer {
8221
8221
  if (hasPlaylistNav) {
8222
8222
  skipForwardBtn.setAttribute('title', 'Next track');
8223
8223
  skipForwardBtn.setAttribute('aria-label', 'Next track');
8224
- skipForwardBtn.innerHTML = '<svg viewBox="0 0 24 24"><path d="M6 18l8.5-6L6 6v12zM16 6v12h2V6h-2z" fill="currentColor"/></svg>';
8224
+ skipForwardBtn.innerHTML = '<svg viewBox="0 0 24 24"><path d="M16 6h2v12h-2zM6 6v12l8.5-6z" fill="currentColor"/></svg>';
8225
8225
  }
8226
8226
  else {
8227
8227
  skipForwardBtn.setAttribute('title', 'Skip forward 10s');