Update hls package in PlaybackOutput

PiperOrigin-RevId: 401099169
This commit is contained in:
bachinger 2021-10-06 00:32:33 +01:00 committed by Oliver Woodman
parent 585b0bddcc
commit 670bc2f875

View File

@ -136,7 +136,7 @@ public final class PlaybackOutput implements Dumper.Dumpable {
|| entry instanceof IcyHeaders || entry instanceof IcyHeaders
|| entry instanceof IcyInfo || entry instanceof IcyInfo
|| entry instanceof SpliceCommand || entry instanceof SpliceCommand
|| "com.google.android.exoplayer2.hls.HlsTrackMetadataEntry" || "com.google.android.exoplayer2.source.hls.HlsTrackMetadataEntry"
.equals(entry.getClass().getCanonicalName())) { .equals(entry.getClass().getCanonicalName())) {
return entry.toString(); return entry.toString();
} else { } else {