Playlist Group Feed

Displays playlists from the specified playlist group id.

let playlistGroupID = "<Encoded Playlist Group ID>"
let feedVC = VideoFeedViewController(source: .playlistGroup(groupID: playlistGroupID))

Please refer to the Encoded IDs help article to learn about how to find your encoded playlist group ID

Last updated