Media: some code clean-up
This commit is contained in:
parent
92e19c3dd9
commit
3e01a2f317
7 changed files with 18 additions and 16 deletions
|
|
@ -22,11 +22,11 @@ import kotlinx.parcelize.Parcelize
|
|||
@Parcelize
|
||||
data class MediaSource(
|
||||
/**
|
||||
* Url of the media
|
||||
* Url of the media.
|
||||
*/
|
||||
val url: String,
|
||||
/**
|
||||
* This is used to hold data for encrypted media
|
||||
* This is used to hold data for encrypted media.
|
||||
*/
|
||||
val json: String? = null,
|
||||
) : Parcelable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue