fix malformed json #2
parent
727394456b
commit
d693f7ee5c
|
@ -5,11 +5,11 @@
|
||||||
"gl": "US",
|
"gl": "US",
|
||||||
"clientName": %clientName%,
|
"clientName": %clientName%,
|
||||||
"clientVersion": "%clientVersion%",
|
"clientVersion": "%clientVersion%",
|
||||||
"clientScreen": "WATCH",
|
"clientScreen": "WATCH"
|
||||||
thirdParty: {
|
|
||||||
embedUrl: 'https://www.youtube.com/',
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
"thirdParty": {
|
||||||
|
"embedUrl": "https://www.youtube.com/"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"videoId": "%videoId%",
|
"videoId": "%videoId%",
|
||||||
"playbackContext": {
|
"playbackContext": {
|
||||||
|
|
Loading…
Reference in New Issue