Skip to main content

person

Function person 

Source
pub fn person(
    caps: &ServerCapabilities,
    user_id: &str,
    person_id: &str,
) -> String
Expand description

A person as an item.

Jellyfin serves people through the ordinary user-item endpoint rather than anything under /Persons; the cast entries on an item’s People field carry the ids this is called with.

TRACES: UR-035, UR-036, UR-085 | IR-022, JA-030, DR-279