File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,4 +33,5 @@ struct Translations: SuperCodable {
3333 var skipCredits : String ?
3434 var off : String ?
3535 var audioOnlyBadge : String ?
36+ var unknown : String ?
3637}
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ class PlayerViewProxy {
9393 dorisTranslationsViewModel. off = translations. off
9494 dorisTranslationsViewModel. audioOnlyBadge = translations. audioOnlyBadge
9595 dorisTranslationsViewModel. schedule = translations. tvPlayerEPG
96+ dorisTranslationsViewModel. unknown = translations. unknown
9697 return dorisTranslationsViewModel
9798 }
9899
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-video" ,
3- "version" : " 7.10.18 " ,
3+ "version" : " 7.10.19 " ,
44 "dorisAndroidVersion" : " 3.14.8" ,
55 "messagingAndroidVersion" : " 1.1.0" ,
66 "description" : " A <Video /> element for react-native" ,
2121 "eslint-plugin-react" : " 3.16.1"
2222 },
2323 "dependencies" : {
24- "@dicetechnology/react-native-dice-video" : " git+ssh://git@github.com/DiceTechnology/react-native-dice-video.git#6.83.13" ,
24+ "@dicetechnology/react-native-dice-video" : " git+ssh://git@github.com/DiceTechnology/react-native-dice-video.git#6.83.13-hotfix " ,
2525 "@dicetechnology/dice-unity" : " ^2.26.3" ,
2626 "keymirror" : " 0.1.1" ,
2727 "prop-types" : " ^15.5.10"
You can’t perform that action at this time.
0 commit comments