mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
Use Kotlinx Serialization with the Piped config.
This commit is contained in:
parent
1eeeed4292
commit
9485ceb5ec
@ -1,5 +1,8 @@
|
|||||||
package com.github.libretube.api.obj
|
package com.github.libretube.api.obj
|
||||||
|
|
||||||
|
import kotlinx.serialization.Serializable
|
||||||
|
|
||||||
|
@Serializable
|
||||||
data class PipedConfig(
|
data class PipedConfig(
|
||||||
val donationUrl: String? = null,
|
val donationUrl: String? = null,
|
||||||
val statusPageUrl: String? = null,
|
val statusPageUrl: String? = null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user