fix(source): remove array syntax

This commit is contained in:
2026-07-26 20:42:47 +02:00
parent e565717016
commit dc0627afb4
11 changed files with 26 additions and 53 deletions
+4 -6
View File
@@ -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",