@jellyfin/sdk
    Preparing search index...

    Interface LyricLine

    Lyric model.

    LyricLine

    interface LyricLine {
        Start?: null | number;
        Text?: string;
    }
    Index

    Properties

    Properties

    Start?: null | number

    Gets the start time in ticks.

    LyricLine

    Text?: string

    Gets the text of this lyric line.

    LyricLine