@mottosports/motto-video-player 1.0.1-rc.42 → 1.0.1-rc.43

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/index.js CHANGED
@@ -1192,15 +1192,14 @@ var supportsWidevinePersistentLicenses = () => {
1192
1192
  }
1193
1193
  const isMacOS = /Mac OS X|Macintosh/.test(userAgent);
1194
1194
  const isWindows = /Windows/.test(userAgent);
1195
- const isAndroid = /Android/.test(userAgent);
1196
- return isMacOS || isWindows || isAndroid;
1195
+ return isMacOS || isWindows;
1197
1196
  };
1198
1197
 
1199
1198
  // src/hooks/useShakaPlayer.ts
1200
1199
  var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
1201
1200
 
1202
1201
  // package.json
1203
- var version = "1.0.1-rc.42";
1202
+ var version = "1.0.1-rc.43";
1204
1203
 
1205
1204
  // src/utils/licenseCache.ts
1206
1205
  var PERSISTENT_LICENSE_PREFIX = "motto_lic_";