Commit dcac4aa6 by ibaker Committed by Oliver Woodman

Add description to TextInformationFrame.toString() output

This field is used in .equals(), we should print it in toString() too

PiperOrigin-RevId: 263335432
parent 90b62c67
......@@ -66,7 +66,7 @@ public final class TextInformationFrame extends Id3Frame {
@Override
public String toString() {
return id + ": value=" + value;
return id + ": description=" + description + ": value=" + value;
}
// Parcelable implementation.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment