@jellyfin/sdk
    Preparing search index...

    Variable MetadataFieldConst

    MetadataField: {
        Cast: "Cast";
        Genres: "Genres";
        Name: "Name";
        OfficialRating: "OfficialRating";
        Overview: "Overview";
        ProductionLocations: "ProductionLocations";
        Runtime: "Runtime";
        Studios: "Studios";
        Tags: "Tags";
    } = ...

    Enum MetadataFields.

    Type Declaration

    • ReadonlyCast: "Cast"
    • ReadonlyGenres: "Genres"
    • ReadonlyName: "Name"
    • ReadonlyOfficialRating: "OfficialRating"
    • ReadonlyOverview: "Overview"
    • ReadonlyProductionLocations: "ProductionLocations"
    • ReadonlyRuntime: "Runtime"
    • ReadonlyStudios: "Studios"
    • ReadonlyTags: "Tags"