Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Aug 15, 2019
1 parent 70edfb0 commit a6f0189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/BulkEmbed/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function search() {
key: gapikey,
id: playListId
}, function (data) {
playListName = data.snippet.title;
playListName = data.items[0].snippet.title;
$.get(
"https://www.googleapis.com/youtube/v3/playlistItems", {
part: 'snippet, id',
Expand Down

0 comments on commit a6f0189

Please sign in to comment.