Typo
This commit is contained in:
parent
31f866cd9f
commit
d05f3dd5b9
@ -1,14 +1,12 @@
|
|||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
- Fix Android AudioFocus bug that could cause player to not respond to play/pause in some instances [#2311](https://github.com/react-native-video/react-native-video/pull/2311)
|
|
||||||
|
|
||||||
### Version 5.2.0-alpha1
|
### Version 5.2.0-alpha1
|
||||||
|
|
||||||
- Fix for tvOS native audio menu language selector
|
- Fix for tvOS native audio menu language selector
|
||||||
- Update ExoPlayer to allow pre-init and content clear [#2412] (https://github.com/react-native-video/react-native-video/pull/2412)
|
- Update ExoPlayer to allow pre-init and content clear [#2412] (https://github.com/react-native-video/react-native-video/pull/2412)
|
||||||
- iOS rate is reset to 1.0 after play/pause [#2167] (https://github.com/react-native-video/react-native-video/pull/2167)
|
- iOS rate is reset to 1.0 after play/pause [#2167] (https://github.com/react-native-video/react-native-video/pull/2167)
|
||||||
- Upgrade ExoPlayer to 2.13.2 [#2317] (https://github.com/react-native-video/react-native-video/pull/2317)
|
- Upgrade ExoPlayer to 2.13.2 [#2317] (https://github.com/react-native-video/react-native-video/pull/2317)
|
||||||
- Fix AudoFocus pausing video when attempting to play [#2311] (https://github.com/react-native-video/react-native-video/pull/2311)
|
- Fix AudioFocus pausing video when attempting to play [#2311] (https://github.com/react-native-video/react-native-video/pull/2311)
|
||||||
|
|
||||||
### Version 5.1.0-alpha9
|
### Version 5.1.0-alpha9
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"email": "baris.sncn@gmail.com"
|
"email": "baris.sncn@gmail.com"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Hampton Maxwell",np
|
"name": "Hampton Maxwell",
|
||||||
"email": "me@hamptonmaxwell.com"
|
"email": "me@hamptonmaxwell.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user