Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d853ef5 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 1d9ccfd4: am db86f5d2: am 988571a8: am bce26803: docs: fix broken youtube playlists

* commit '1d9ccfd4':
  docs: fix broken youtube playlists
parents 214d618d 1d9ccfd4
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -296,17 +296,17 @@ function renderDevelopersLivePlaylist(data) {
 * Each string in 'ids' is the ID of a YouTube playlist that belongs in the corresponding tab.
 */
var playlists = {
  'googleio' : {
    'ids': ["4C6BCDE45E05F49E"]
  'designinaction' : {
    'ids': ["PLWz5rJ2EKKc8j2B95zGMb8muZvrIy-wcF"]
  },
  'fridayreview' : {
    'ids': ["B7B9B23D864A55C3"]
  'about' : {
    'ids': ["PL611F8C5DBF49CEC6"]
  },
  'officehours' : {
    'ids': ["7383D9AADA6E6D55"]
  'developersstrikeback' : {
    'ids': ["PLWz5rJ2EKKc8nhhIOieejm1PxYHmPkIPh"]
  },
  'about' : {
    'ids': ["D7C64411AF40DEA5"]
  'googleio' : {
    'ids': ["PL4C6BCDE45E05F49E"]
  }
};

@@ -326,7 +326,7 @@ function showVideosPlaylists() {

/* Request the playlist feeds from YouTube */
function showDevelopersLivePlaylist() {
  var playlistId = "B7B9B23D864A55C3"; /* The Friday Review */
  var playlistId = "PLB7B9B23D864A55C3"; /* The App Clinic */
  var script = "<script type='text/javascript' src='//gdata.youtube.com/feeds/api/playlists/"
                + playlistId +
                "?v=2&alt=json-in-script&max-results=10&callback=renderDevelopersLivePlaylist&orderby=published'><\/script > ";