Skip to main content

resolve_video_download_url

Function resolve_video_download_url 

Source
pub async fn resolve_video_download_url(
    repo: &dyn MediaRepository,
    item_id: &str,
    quality: &str,
    media_source_id: Option<&str>,
) -> String
Expand description

resolve_video_download for callers that only need the URL.

TRACES: UR-071 | DR-171