File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -296,17 +296,17 @@ function renderDevelopersLivePlaylist(data) {
296296 * Each string in 'ids' is the ID of a YouTube playlist that belongs in the corresponding tab.
297297 */
298298var playlists = {
299- 'googleio ' : {
300- 'ids': ["4C6BCDE45E05F49E "]
299+ 'designinaction ' : {
300+ 'ids': ["PLWz5rJ2EKKc8j2B95zGMb8muZvrIy-wcF "]
301301 },
302- 'fridayreview ' : {
303- 'ids': ["B7B9B23D864A55C3 "]
302+ 'about ' : {
303+ 'ids': ["PL611F8C5DBF49CEC6 "]
304304 },
305- 'officehours ' : {
306- 'ids': ["7383D9AADA6E6D55 "]
305+ 'developersstrikeback ' : {
306+ 'ids': ["PLWz5rJ2EKKc8nhhIOieejm1PxYHmPkIPh "]
307307 },
308- 'about ' : {
309- 'ids': ["D7C64411AF40DEA5 "]
308+ 'googleio ' : {
309+ 'ids': ["PL4C6BCDE45E05F49E "]
310310 }
311311};
312312
@@ -326,7 +326,7 @@ function showVideosPlaylists() {
326326
327327/* Request the playlist feeds from YouTube */
328328function showDevelopersLivePlaylist() {
329- var playlistId = "B7B9B23D864A55C3 "; /* The Friday Review */
329+ var playlistId = "PLB7B9B23D864A55C3 "; /* The App Clinic */
330330 var script = "<script type='text/javascript' src='//gdata.youtube.com/feeds/api/playlists/"
331331 + playlistId +
332332 "?v=2&alt=json-in-script&max-results=10&callback=renderDevelopersLivePlaylist&orderby=published'><\/script > ";
You can’t perform that action at this time.
0 commit comments