mirror of
https://github.com/androidx/media.git
synced 2025-05-16 20:19:57 +08:00
Fix bug in Timeline.getRemovedAdGroupCount()
#minor-release PiperOrigin-RevId: 389174519
This commit is contained in:
parent
225081721d
commit
d698e96a57
@ -710,7 +710,7 @@ public abstract class Timeline implements Bundleable {
|
||||
* 0} (inclusive) and {@code removedAdGroupCount} (exclusive) will be empty.
|
||||
*/
|
||||
public int getRemovedAdGroupCount() {
|
||||
return adPlaybackState.adGroupCount;
|
||||
return adPlaybackState.removedAdGroupCount;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user