Play age restricted videos (#119)

This commit is contained in:
vfsfitvnm
2022-07-23 10:37:49 +02:00
parent 6a8fdb7c11
commit e7c6fa8383
2 changed files with 57 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ data class PlayerResponse(
val lastModified: Long?,
val loudnessDb: Double?,
val audioSampleRate: Int?,
val url: String,
val url: String?,
)
}