package com.strmr.ps.data.service;

import androidx.media3.container.NalUnitUtil;
import androidx.media3.extractor.ts.TsExtractor;
import com.strmr.ps.data.local.entity.PlaybackProgress;
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.service.DebridLibrarySearchService", f = "DebridLibrarySearchService.kt", i = {0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1}, l = {TsExtractor.TS_PACKET_SIZE, 190}, m = "searchRealDebridDownloads", n = {"this", "cleanTitle", "year", "alternativeTitles", "airDate", "season", PlaybackProgress.TYPE_EPISODE, "isMovie", "cleanTitle", "year", "alternativeTitles", "airDate", "season", PlaybackProgress.TYPE_EPISODE, "isMovie"}, s = {"L$0", "L$1", "L$2", "L$3", "L$4", "I$0", "I$1", "Z$0", "L$0", "L$1", "L$2", "L$3", "I$0", "I$1", "Z$0"})
final class w extends ContinuationImpl {
    public Object a;
    public Object b;
    public Object c;
    public Object d;
    public String e;
    public int f;
    public int i;
    public boolean j;
    public /* synthetic */ Object k;
    public final /* synthetic */ DebridLibrarySearchService l;
    public int m;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public w(DebridLibrarySearchService debridLibrarySearchService, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.l = debridLibrarySearchService;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.k = obj;
        this.m |= Integer.MIN_VALUE;
        return DebridLibrarySearchService.b(this.l, null, null, 0, 0, null, false, null, this);
    }
}
