Merge pull request #24 from lavvy/correct_the_example_playlist_json

removed the ending commas
This commit is contained in:
jb-alvarado 2019-08-04 21:39:58 +02:00 committed by GitHub
commit ed8cce9420

View File

@ -44,12 +44,12 @@ JSON Playlist Example
"in": 0, "in": 0,
"out": 647.68, "out": 647.68,
"duration": 647.68, "duration": 647.68,
"source": "/Media/clip1.mp4", "source": "/Media/clip1.mp4"
}, { }, {
"in": 0, "in": 0,
"out": 149, "out": 149,
"duration": 149, "duration": 149,
"source": "/Media/clip2.mp4", "source": "/Media/clip2.mp4"
}, { }, {
"in": 0, "in": 0,
"out": 114.72, "out": 114.72,