package com.strmr.ps.domain;

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.domain.ContentLoaderUseCase", f = "ContentLoaderUseCase.kt", i = {0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 6, 6, 6}, l = {619, 631, 633, 643, 646, 651, 658, 664}, m = "loadTraktList", n = {"this", "onRawApiCount", "listSlug", "username", "effectiveSortBy", "effectiveSortHow", "page", "forceRefresh", "this", "onRawApiCount", "listSlug", "username", "effectiveSortBy", "effectiveSortHow", "cacheKey", "page", "this", "onRawApiCount", "listSlug", "username", "effectiveSortBy", "effectiveSortHow", "cacheKey", "page", "this", "onRawApiCount", "listSlug", "username", "effectiveSortBy", "effectiveSortHow", "cacheKey", "page", "this", "onRawApiCount", "listSlug", "username", "effectiveSortBy", "effectiveSortHow", "cacheKey", "authHeader", "page", "this", "cacheKey", "this", "cacheKey", "finalResults"}, s = {"L$0", "L$1", "L$2", "L$3", "L$4", "L$5", "I$0", "Z$0", "L$0", "L$1", "L$2", "L$3", "L$4", "L$5", "L$6", "I$0", "L$0", "L$1", "L$2", "L$3", "L$4", "L$5", "L$6", "I$0", "L$0", "L$1", "L$2", "L$3", "L$4", "L$5", "L$6", "I$0", "L$0", "L$1", "L$2", "L$3", "L$4", "L$5", "L$6", "L$7", "I$0", "L$0", "L$1", "L$0", "L$1", "L$2"})
final class x extends ContinuationImpl {
    public ContentLoaderUseCase a;
    public Object b;
    public Object c;
    public String d;
    public String e;
    public String f;
    public String i;
    public String j;
    public int k;
    public boolean l;
    public /* synthetic */ Object m;
    public final /* synthetic */ ContentLoaderUseCase n;
    public int o;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public x(ContentLoaderUseCase contentLoaderUseCase, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.n = contentLoaderUseCase;
    }

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