mirror of
https://github.com/FluxaMedia/fluxa-core.git
synced 2026-08-09 00:17:34 +00:00
22 lines
341 B
JSON
22 lines
341 B
JSON
{
|
|
"effects": [
|
|
{
|
|
"generation": 1,
|
|
"id": "fx-1",
|
|
"payload": {
|
|
"key": "subtitleLanguage",
|
|
"value": "en"
|
|
},
|
|
"type": "writeSettings"
|
|
}
|
|
],
|
|
"revision": 1,
|
|
"state": {
|
|
"settings": {
|
|
"lastWriteError": null,
|
|
"values": {
|
|
"subtitleLanguage": "en"
|
|
}
|
|
}
|
|
}
|
|
}
|