package com.strmr.ps.data.subtitle;

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.data.subtitle.OpenSubtitlesProvider", f = "OpenSubtitlesProvider.kt", i = {0, 0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2}, l = {170, 193, 202}, m = "getDownloadLinkWithRetry", n = {"this", "fileId", "maxRetries", "attempt", "this", "lastException", "fileId", "maxRetries", "attempt", "this", "lastException", "fileId", "maxRetries", "attempt"}, s = {"L$0", "I$0", "I$1", "I$2", "L$0", "L$1", "I$0", "I$1", "I$2", "L$0", "L$1", "I$0", "I$1", "I$2"})
final class d extends ContinuationImpl {
    public OpenSubtitlesProvider a;
    public Exception b;
    public int c;
    public int d;
    public int e;
    public /* synthetic */ Object f;
    public final /* synthetic */ OpenSubtitlesProvider i;
    public int j;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public d(OpenSubtitlesProvider openSubtitlesProvider, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.i = openSubtitlesProvider;
    }

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