mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-16 02:44:51 +00:00
fix(source): remove array syntax
This commit is contained in:
+4
-6
@@ -528,12 +528,10 @@ function App(): React.JSX.Element {
|
||||
|
||||
const source = useMemo(
|
||||
() => ({
|
||||
src: [
|
||||
{
|
||||
uri: PLAYLIST[currentIndex].uri,
|
||||
headers: {},
|
||||
},
|
||||
],
|
||||
src: {
|
||||
uri: PLAYLIST[currentIndex].uri,
|
||||
headers: {},
|
||||
},
|
||||
subtitles: [
|
||||
{
|
||||
id: "kusu",
|
||||
|
||||
Reference in New Issue
Block a user