pub fn latest_items(
caps: &ServerCapabilities,
user_id: &str,
parent_id: &str,
limit: Option<usize>,
) -> StringExpand description
A “recently added” listing.
GroupItems=true is the load-bearing parameter: Jellyfin defaults it to
false, which returns each newly-added leaf separately, so importing one
14-track album pushed 14 rows into “recently added” and buried everything
else. With grouping on, the server collapses children into the container
that was added — an album appears once, while movies (which have no such
container) are unaffected.
TRACES: UR-024, UR-034, UR-085 | IR-024, JA-016, DR-279