pub async fn resolve_video_download_url(
repo: &dyn MediaRepository,
item_id: &str,
quality: &str,
media_source_id: Option<&str>,
) -> StringExpand description
resolve_video_download for callers that only need the URL.
TRACES: UR-071 | DR-171