pl-api
    Preparing search index...

    Interface CreateScrobbleParams

    interface CreateScrobbleParams {
        album?: string;
        artist?: string;
        external_link?: string;
        length?: string;
        title: string;
    }
    Index

    Properties

    album?: string

    the album of the media playing

    artist?: string

    the artist of the media playing

    external_link?: string

    A URL referencing the media playing

    length?: string

    the length of the media playing

    title: string

    the title of the media playing