package com.strmr.ps.ui.player;

import androidx.media3.container.NalUnitUtil;
import kotlin.Metadata;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(k = 3, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@DebugMetadata(c = "com.strmr.ps.ui.player.VideoPlayerActivity", f = "VideoPlayerActivity.kt", i = {0, 0, 0, 0, 1}, l = {3947, 3969}, m = "computeNextEpisode", n = {"this", "showTmdbId", "currentSeason", "currentEpisode", "currentSeason"}, s = {"L$0", "I$0", "I$1", "I$2", "I$0"})
final class o extends ContinuationImpl {
    public VideoPlayerActivity a;
    public int b;
    public int c;
    public int d;
    public /* synthetic */ Object e;
    public final /* synthetic */ VideoPlayerActivity f;
    public int i;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public o(VideoPlayerActivity videoPlayerActivity, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.f = videoPlayerActivity;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.e = obj;
        this.i |= Integer.MIN_VALUE;
        return VideoPlayerActivity.k(this.f, 0, 0, 0, this);
    }
}
