mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: AudioInfo - read track number
(cherry picked from commit 27e23900bf)
This commit is contained in:
parent
24c42aabea
commit
8475db364d
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ end;
|
|||
|
||||
procedure TAudioData.UpdateValue(var AValue: Integer; AData: Integer);
|
||||
begin
|
||||
if AValue <> 0 then AValue:= AData;
|
||||
if AValue = 0 then AValue:= AData;
|
||||
end;
|
||||
|
||||
procedure TAudioData.UpdateValue(var AValue: String; const AData: String);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue