Removed debugging files package.json and list.json
This commit is contained in:
parent
0992b25488
commit
384c7cc513
29
list.json
29
list.json
@ -1,29 +0,0 @@
|
||||
{
|
||||
"title": "My Playlist",
|
||||
"items": [
|
||||
{
|
||||
"id": "3de80191-5959-4894-95cf-9cbd5e1eb817",
|
||||
"title": "Lecture 1 - this one is short",
|
||||
"link": "//example.com/222222",
|
||||
"thumb": "thumbs/thumb1.jpg"
|
||||
},
|
||||
{
|
||||
"id": "7fea62ad-5832-4c5a-a5be-86871fe1139e",
|
||||
"title": "Lecture 2",
|
||||
"link": "//example.com/333333",
|
||||
"thumb": "thumbs/thumb2.jpg"
|
||||
},
|
||||
{
|
||||
"id": "14214033-e524-46c4-b0d4-f64782416414",
|
||||
"title": "Lecture 3 - the one we're watching!",
|
||||
"link": "//example.com/444444",
|
||||
"thumb": "thumbs/thumb3.jpg"
|
||||
},
|
||||
{
|
||||
"id": "f66de7b8-f10f-4e54-8149-aef233560682",
|
||||
"title": "Lecture 4 - Let's see how long a title can be without causing any major formatting issues",
|
||||
"link": "//example.com/666666",
|
||||
"thumb": "thumbs/thumb4.jpg"
|
||||
}
|
||||
]
|
||||
}
|
36
package.json
36
package.json
@ -1,36 +0,0 @@
|
||||
{
|
||||
"id": "14214033-e524-46c4-b0d4-f64782416414",
|
||||
"title": "Lecture 3 - the one we're watching!",
|
||||
"thumb": "thumbs/thumb1.jpg",
|
||||
"presenters": ["Urban Alban"],
|
||||
"courses": ["EXC"],
|
||||
"created": 1618921998,
|
||||
"duration": 47,
|
||||
"token": "sometoken",
|
||||
"tags": [
|
||||
"A Location",
|
||||
"EXC",
|
||||
"Lecture"
|
||||
],
|
||||
"subtitles": "test.vtt",
|
||||
"sources": [
|
||||
{
|
||||
"video": {
|
||||
"1080": "videos/oceans-1080-20-3000k.webm",
|
||||
"720": "videos/oceans-720-20-1400k.webm",
|
||||
"480": "videos/oceans-480-20-750k.webm"
|
||||
},
|
||||
"poster": "thumbs/thumb1.jpg",
|
||||
"playAudio": true
|
||||
},
|
||||
{
|
||||
"video": {
|
||||
"1080": "videos/grayoceans-1080-20-3000k.webm",
|
||||
"720": "videos/grayoceans-720-20-1400k.webm",
|
||||
"480": "videos/grayoceans-480-20-750k.webm"
|
||||
},
|
||||
"poster": "thumbs/thumb2.jpg",
|
||||
"playAudio": false
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user