Skip to main content

VIDEO_ITEM_TYPES

Constant VIDEO_ITEM_TYPES 

Source
const VIDEO_ITEM_TYPES: &[&str];
Expand description

Jellyfin item types whose download is a video stream rather than an audio one. The download queue stores an opaque media_type (‘audio’/‘video’); this is where the taxonomy that produces it lives, so the frontend never has to know which item types are video.

TRACES: UR-071 | DR-135