From 2b3b2ee6674fdba570cb8f18ab304912bdee614e Mon Sep 17 00:00:00 2001 From: teepho <117482208+teepho@users.noreply.github.com> Date: Sun, 18 Feb 2024 03:29:51 +0700 Subject: [PATCH] Update track.rs --- src/track.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/track.rs b/src/track.rs index 51801f1..6262cd7 100644 --- a/src/track.rs +++ b/src/track.rs @@ -99,7 +99,7 @@ impl TrackInit { .map(|s| s.as_ptr()) .unwrap_or(std::ptr::null()), profile: self - .track_id + .profile .as_ref() .map(|s| s.as_ptr()) .unwrap_or(std::ptr::null()),