mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Add description to TextInformationFrame.toString() output
This field is used in .equals(), we should print it in toString() too PiperOrigin-RevId: 263335432
This commit is contained in:
parent
6dd3d49093
commit
5482bd05e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue