amazon-archives / web-app-starter-kit-for-fire-tv

Web App Starter Kit Examples
https://amzn.github.io/web-app-starter-kit-for-fire-tv/
Other
372 stars 160 forks source link

multiPlaylists: sub sections for Youtube Playlists #56

Open CrandellWS opened 5 years ago

CrandellWS commented 5 years ago

This allows YouTube playlists to be added as a list.

Example Usage

        {
            type: "multiPlaylists",
            ids: ["PLhr1KZpdzukf6YADEpM6nFEZs7VDhEs5U",
                    "PLhr1KZpdzukeiCFgRccZ677GhHoP1OD8S",
                    "PLhr1KZpdzukeEDdaSY-HHJuX30WsoGhuW"
                ],
            title: "Many Playlists"
        },

Example output: http://crandellws.github.io/Unity-Focus/

closes amzn#31 for this more concise code change without formatting as per code of conduct...

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Credit would be nice...