Skip to content
#

youtube-api

Here are 1,087 public repositories matching this topic...

tjnycum
tjnycum commented Apr 30, 2020

Steps to reproduce:

  1. Open extension's menu and click Shortcuts to show the "shortcut list".
  2. Click Picture-in-Picture, opening the "edit dialog".
  3. Press any key other that what's shown as the current setting (if any).
  4. Note that the list behind the dialog already reflects the change. (Expected: no change to the list unless and until Save is clicked, as that's when the change is actuall
niklasHagner
niklasHagner commented Jan 28, 2018

This function takes the params (id, maxResults, callback) .
But the comment incorrectly specifies them as id, id and callback.

The comment should be updated, changing the id to maxResults.

  /**
  * Playlists data from Playlist Id
  * @param {string} id
  * @param {int} id
  * @param {function} callback
  * https://developers.google.com/youtube/v3/docs/playlistItems/li
Fergus-Boyd
Fergus-Boyd commented Dec 4, 2018

From the documentation:

replies.comments[] A list of one or more replies to the top-level comment. Each item in the list is a comment resource.
The list contains a limited number of replies, and unless the number of items in the list equals the value of the snippet.totalReplyCount property, the list of replies is only a subset of the total number of replies available for the top-level

Improve this page

Add a description, image, and links to the youtube-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the youtube-api topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.