@jellyfin/sdk
    Preparing search index...

    Interface LiveTvApiSetChannelMappingRequest

    Request parameters for setChannelMapping operation in LiveTvApi.

    LiveTvApiSetChannelMappingRequest

    interface LiveTvApiSetChannelMappingRequest {
        setChannelMappingDto: SetChannelMappingDto;
    }
    Index

    Properties

    setChannelMappingDto: SetChannelMappingDto

    The set channel mapping dto.

    LiveTvApiSetChannelMapping