All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ExtendedPlaylist.kt Maven / Gradle / Ivy

There is a newer version: 8.1.0
Show newest version
package dev.schlaubi.lavakord.plugins.lavasrc

import com.github.topi314.lavasrc.protocol.ExtendedPlaylistInfo
import dev.arbjerg.lavalink.protocol.v4.Playlist
import kotlinx.serialization.json.JsonObject
import kotlinx.serialization.json.decodeFromJsonElement

/**
 * Provides the [ExtendedPlaylistInfo] for this [Playlist].
 */
public val Playlist.lavaSrcInfo: ExtendedPlaylistInfo
    get() = json.decodeFromJsonElement(JsonObject(pluginInfo))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy