Skip to content

Commit a594796

Browse files
committed
Fix bad copy and paste command
1 parent 2755a31 commit a594796

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/ima/java/com/jwplayer/rnjwplayer/ImaHelper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
public class ImaHelper {
2222

2323
public static AdvertisingConfig configureImaOrDai(ReadableMap ads, List<AdBreak> adSchedule) {
24-
cd /Users/jmilham/source/sdk/react/jwplayer-react-native/Example && yarn remove @jwplayer/jwplayer-react-native && yarn add file:../ 2>&1 | tail -20 // Check both "client" (JWPlayer JSON format) and "adClient" (RN wrapper format)
2524
String adClientType = null;
2625
if (ads.hasKey("adClient")) {
2726
adClientType = ads.getString("adClient");

0 commit comments

Comments
 (0)