Config

@Serializable
class Config(maxOpusChunks: Int, spotifySecret: String, spotifyClient: String, spotifyToken: String, spotifyTokenExpiry: Long)

Properties

Link copied to clipboard
var maxOpusChunks: Int = 4000
Link copied to clipboard
var spotifyClient: String
Link copied to clipboard
var spotifySecret: String
Link copied to clipboard
var spotifyToken: String
Link copied to clipboard
var spotifyTokenExpiry: Long