Update playlist.json with new video entry

Added a new video entry with additional properties.
This commit is contained in:
SteadyW 2026-06-05 23:55:11 +03:00 committed by GitHub
parent 4df0284657
commit d57b314b25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,18 @@
[
{
"video": "first_video.mp4",
"mode": 1, //stream mode
"vol": 1 //sream volume
"mode": 1,
"vol": 1
},
{
"video": "second_video.mp4",
"mode": 5,
"vol": 2
},
{
"video": "third_video.mp4",
"mode": 5,
"pixel": true,
"vol": 3
}
]
]