Skip to content

Commit

Permalink
Fixed bug with reading custom fields from id3v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomsen anders committed Jan 7, 2011
1 parent 212b4f9 commit d4a6bcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/MainForm.pas
Original file line number Diff line number Diff line change
Expand Up @@ -7668,6 +7668,7 @@ function ProcessId3v2Pictures(id3v2: TMyID3Controller): PCoverRec;
cf := PCustomField(FieldList.List^[x]);
if Q_SameText(Id3v2FrameName, cf.Id3v2FieldName) then
begin
s := '';
if Id3v2FrameId = fiUserText then
begin
txxxFrame := TJvID3UserFrame(Id3v2.Frames[i]);
Expand Down
2 changes: 1 addition & 1 deletion src/gen_mexp.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-$A8
-$B-
-$C+
-$C-
-$D-
-$E-
-$F-
Expand Down
2 changes: 1 addition & 1 deletion src/gen_mexp.dof
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version=7.0
[Compiler]
A=8
B=0
C=1
C=0
D=0
E=0
F=0
Expand Down

0 comments on commit d4a6bcd

Please sign in to comment.