Discolink
    Preparing search index...

    Hierarchy (View Summary)

    • PlayerPlugin<
          {
              lyricsFound: [queue: Queue, lyrics: Lyrics];
              lyricsNotFound: [queue: Queue];
              lyricsLine: [
                  queue: Queue,
                  line: LyricsLine,
                  index: number,
                  skipped: boolean,
              ];
          },
      >
      • Plugin
    Index

    Constructors

    Properties

    name: "lavalyrics"
    skipTrackSource: boolean
    _: {
        lyricsFound: [
            queue: Queue<QueueContext>,
            lyrics: Lyrics<CommonPluginInfo>,
        ];
        lyricsNotFound: [queue: Queue<QueueContext>];
        lyricsLine: [
            queue: Queue<QueueContext>,
            line: LyricsLine<CommonPluginInfo>,
            index: number,
            skipped: boolean,
        ];
    }

    Methods