Merge pull request #5285 from Bnyro/master

refactor: support outdated Piped instance versions
This commit is contained in:
Bnyro 2023-12-04 16:02:06 +01:00 committed by GitHub
commit 94f3257c51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,10 +26,10 @@ data class Streams(
val uploaderAvatar: String? = null,
val thumbnailUrl: String,
val category: String,
val license: String,
val visibility: String,
val tags: List<String>,
val metaInfo: List<MetaInfo>,
val license: String = "YouTube licence",
val visibility: String = "public",
val tags: List<String> = emptyList(),
val metaInfo: List<MetaInfo> = emptyList(),
val hls: String? = null,
val dash: String? = null,
val lbryId: String? = null,