@npo/player 1.28.2 → 1.28.3
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/lib/package.json
CHANGED
|
@@ -20,6 +20,7 @@ import StyleModule from 'bitmovin-player/modules/bitmovinplayer-style';
|
|
|
20
20
|
import CryptoModule from 'bitmovin-player/modules/bitmovinplayer-crypto';
|
|
21
21
|
import PatchModule from 'bitmovin-player/modules/bitmovinplayer-patch';
|
|
22
22
|
import ThumbnailModule from 'bitmovin-player/modules/bitmovinplayer-thumbnail';
|
|
23
|
+
import RemoteControlModule from 'bitmovin-player/modules/bitmovinplayer-remotecontrol';
|
|
23
24
|
export const playerModules = [
|
|
24
25
|
EngineBitmovinModule,
|
|
25
26
|
EngineNativeModule,
|
|
@@ -42,5 +43,6 @@ export const playerModules = [
|
|
|
42
43
|
AdvertisingCoreModule,
|
|
43
44
|
AdvertisingBitmovinModule,
|
|
44
45
|
AnalyticsModule,
|
|
45
|
-
ThumbnailModule
|
|
46
|
+
ThumbnailModule,
|
|
47
|
+
RemoteControlModule
|
|
46
48
|
];
|