@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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1151,15 +1151,14 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1151
1151
|
}
|
|
1152
1152
|
const isMacOS = /Mac OS X|Macintosh/.test(userAgent);
|
|
1153
1153
|
const isWindows = /Windows/.test(userAgent);
|
|
1154
|
-
|
|
1155
|
-
return isMacOS || isWindows || isAndroid;
|
|
1154
|
+
return isMacOS || isWindows;
|
|
1156
1155
|
};
|
|
1157
1156
|
|
|
1158
1157
|
// src/hooks/useShakaPlayer.ts
|
|
1159
1158
|
import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
|
|
1160
1159
|
|
|
1161
1160
|
// package.json
|
|
1162
|
-
var version = "1.0.1-rc.
|
|
1161
|
+
var version = "1.0.1-rc.43";
|
|
1163
1162
|
|
|
1164
1163
|
// src/utils/licenseCache.ts
|
|
1165
1164
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|