Skip to content

Instantly share code, notes, and snippets.

@zonble
Created April 22, 2017 15:56
Show Gist options
  • Save zonble/140c0e3ea2788541055f5332aefe4ed1 to your computer and use it in GitHub Desktop.
Save zonble/140c0e3ea2788541055f5332aefe4ed1 to your computer and use it in GitHub Desktop.
var playlistMoreAction = {
id: "com.kkbox.k2y",
title: "View Videos in the Playlist on Youtube",
type: "playlist_more",
action: function(playlist) {
var playlistID = playlist["id"]
var url = "http://k2y.herokuapp.com/playlist/" + encodeURIComponent(playlistID)
openURL(url)
}
}
registerAction(playlistMoreAction)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment