pub fn get_mpv_property_string(
    instance: &Mpv,
    property: &str
) -> Result<String, Error>