mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-07-08 23:12:10 +02:00
Update playlist.json with new video entry
Added a new video entry with additional properties.
This commit is contained in:
parent
4df0284657
commit
d57b314b25
1 changed files with 9 additions and 3 deletions
|
|
@ -1,12 +1,18 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"video": "first_video.mp4",
|
"video": "first_video.mp4",
|
||||||
"mode": 1, //stream mode
|
"mode": 1,
|
||||||
"vol": 1 //sream volume
|
"vol": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"video": "second_video.mp4",
|
"video": "second_video.mp4",
|
||||||
"mode": 5,
|
"mode": 5,
|
||||||
"vol": 2
|
"vol": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"video": "third_video.mp4",
|
||||||
|
"mode": 5,
|
||||||
|
"pixel": true,
|
||||||
|
"vol": 3
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue