hoshimi
    Preparing search index...

    Interface QueueJson

    The queue json.

    interface QueueJson {
        current: Track | null;
        history: Track[];
        tracks: TrackResolvableStructure[];
    }
    Index

    Properties

    current: Track | null

    The current track of the queue.

    history: Track[]

    The previous tracks of the queue.

    The tracks of the queue.