videosphere
    Preparing search index...

    A SermonAudio series option for draft UI and upload metadata.

    interface SermonAudioSeriesOption {
        seriesID: number;
        title: string;
    }
    Index

    Properties

    Properties

    seriesID: number

    SermonAudio series id.

    title: string

    Series title sent as subtitle on upload when not using seriesID alone.