package com.strmr.ps.domain;

import androidx.media3.container.NalUnitUtil;
import java.util.List;
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, 1, 1}, l = {443, 544}, m = "loadMyTraktLists", n = {"this", "account", "standardItems"}, s = {"L$0", "L$0", "L$1"})
final class q extends ContinuationImpl {
    public Object a;
    public List b;
    public /* synthetic */ Object c;
    public final /* synthetic */ ContentLoaderUseCase d;
    public int e;

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

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.c = obj;
        this.e |= Integer.MIN_VALUE;
        return this.d.k(this);
    }
}
