mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Improve formatting in demo app track selector
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129080823
This commit is contained in:
parent
02a79f8c51
commit
5345702ec5
1 changed files with 2 additions and 2 deletions
|
|
@ -336,7 +336,7 @@ import java.util.Locale;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static String buildTrackIdString(Format format) {
|
private static String buildTrackIdString(Format format) {
|
||||||
return format.id == null ? "" : " (" + format.id + ")";
|
return format.id == null ? "" : ("id:" + format.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue