@eluvio/elv-player-js 2.1.34 → 2.1.35

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.
@@ -1,4 +1,4 @@
1
- import { c as DI, r as tI, a as TA, b as rI, d as oA, e as uA, f as PA, g as cI } from "./index-DMGKQjFi.mjs";
1
+ import { c as DI, r as tI, a as TA, b as rI, d as oA, e as uA, f as PA, g as cI } from "./index-2H2xCtem.mjs";
2
2
  class BA {
3
3
  constructor(B) {
4
4
  this.wasm = B;
@@ -330,7 +330,7 @@ export class EluvioPlayer {
330
330
 
331
331
  const offset = (properties || {}).start_offset_float || 0;
332
332
  const thumbnailOffset = (clipStart || 0) + (offset || 0);
333
- let frameRate = properties.rate;
333
+ let frameRate = (properties || {}).rate;
334
334
  if(frameRate && typeof frameRate === "string") {
335
335
  const [num, denom] = frameRate.split("/");
336
336
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-player-js",
3
- "version": "2.1.34",
3
+ "version": "2.1.35",
4
4
  "description": "![Eluvio Logo](lib/static/images/Logo.png \"Eluvio Logo\")",
5
5
  "main": "dist/elv-player-js.es.js",
6
6
  "license": "MIT",