Created
April 22, 2017 15:56
-
-
Save zonble/140c0e3ea2788541055f5332aefe4ed1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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