package com.strmr.ps.ui.traktlist;

import androidx.media3.container.NalUnitUtil;
import kotlin.Metadata;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;
import okhttp3.internal.ws.WebSocketProtocol;

/* 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.ui.traktlist.TraktListViewModel", f = "TraktListViewModel.kt", i = {0}, l = {WebSocketProtocol.PAYLOAD_SHORT}, m = "resolveListSlug", n = {"this"}, s = {"L$0"})
final class s extends ContinuationImpl {
    public TraktListViewModel a;
    public /* synthetic */ Object b;
    public final /* synthetic */ TraktListViewModel c;
    public int d;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public s(TraktListViewModel traktListViewModel, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.c = traktListViewModel;
    }

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