Popii - v0.5.1
    Preparing search index...

    Interface PopiiLastFmOptions

    interface PopiiLastFmOptions {
        apiKey: string;
        apiSecret: string;
        scrobble?: boolean;
        nowPlaying?: boolean;
    }
    Index

    Properties

    apiKey: string
    apiSecret: string
    scrobble?: boolean
    nowPlaying?: boolean