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, 1, 1, 1, 2, 2, 2, 3, 3}, l = {802, 807, 809, 811}, m = "loadTraktPersonalList", n = {"this", "listType", "itemType", "sortBy", "sortHow", "page", "pageSize", "this", "listType", "itemType", "this", "listType", "itemType", "listType", "itemType"}, s = {"L$0", "L$1", "L$2", "L$3", "L$4", "I$0", "I$1", "L$0", "L$1", "L$2", "L$0", "L$1", "L$2", "L$0", "L$1"})
final class ac extends ContinuationImpl {
    public Object a;
    public String b;
    public String c;
    public String d;
    public String e;
    public int f;
    public int i;
    public /* synthetic */ Object j;
    public final /* synthetic */ ContentLoaderUseCase k;
    public int l;

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

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