@jellyfin/sdk
    Preparing search index...

    Interface StartupRemoteAccessDto

    Startup remote access dto.

    StartupRemoteAccessDto

    interface StartupRemoteAccessDto {
        EnableAutomaticPortMapping: boolean;
        EnableRemoteAccess: boolean;
    }
    Index

    Properties

    EnableAutomaticPortMapping: boolean

    Gets or sets a value indicating whether enable automatic port mapping.

    StartupRemoteAccessDto

    EnableRemoteAccess: boolean

    Gets or sets a value indicating whether enable remote access.

    StartupRemoteAccessDto