PlaylistDownload

data class PlaylistDownload(playlist: Playlist, mediaList: List<MediaDownload>)

Representation of a Playlist download.

Constructors

PlaylistDownload
Link copied to clipboard
fun PlaylistDownload(playlist: Playlist, mediaList: List<MediaDownload>)

Properties

mediaList
Link copied to clipboard
val mediaList: List<MediaDownload>
playlist
Link copied to clipboard
val playlist: Playlist