Skip to content

Commit

Permalink
Add missing imports in Metadata
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 459533055
  • Loading branch information
rohitjoins committed Jul 7, 2022
1 parent a166584 commit 320dcad
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -18,8 +18,10 @@
import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.Nullable;
import com.google.android.exoplayer2.C;
import com.google.android.exoplayer2.Format;
import com.google.android.exoplayer2.MediaMetadata;
import com.google.android.exoplayer2.Timeline;
import com.google.android.exoplayer2.util.Util;
import com.google.common.primitives.Longs;
import java.util.Arrays;
Expand Down

0 comments on commit 320dcad

Please sign in to comment.