pub fn process_template_placeholders(
template: String,
track: &Track,
player_settings: &PlayerSettings,
) -> StringExpand description
Replace all the placeholders in the template with their matching value.
pub fn process_template_placeholders(
template: String,
track: &Track,
player_settings: &PlayerSettings,
) -> StringReplace all the placeholders in the template with their matching value.