This commit is contained in:
2026-02-25 10:33:20 +01:00
parent 2cf3dabe0b
commit 5f332afbef
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -270,7 +270,7 @@ double ao_music_duration_async(void *ao_handle)
{ {
AO_Handle *h = (AO_Handle *) ao_handle; AO_Handle *h = (AO_Handle *) ao_handle;
MUTEX_LOCK(h->mutex); MUTEX_LOCK(h->mutex);
double duration = h->at_second; double duration = h->music_duration;
MUTEX_UNLOCK(h->mutex); MUTEX_UNLOCK(h->mutex);
return duration; return duration;
} }