package j5;

import com.martsnew.data.model.response.CastResponse;
import com.martsnew.domain.model.Cast;

/* JADX INFO: renamed from: j5.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1072c implements p {
    @Override // j5.p
    public final Object a(Object obj) {
        CastResponse castResponse = (CastResponse) obj;
        P6.g.e(castResponse, "dto");
        String str = castResponse.f10667b;
        if (str == null) {
            str = "";
        }
        String str2 = castResponse.f10668c;
        if (str2 == null) {
            str2 = "";
        }
        String strK = X6.n.K(str2, "{width}x{height}", "150x150");
        String str3 = castResponse.f10673h;
        String str4 = str3 == null ? "" : str3;
        Integer num = castResponse.i;
        return new Cast(str, num != null ? num.intValue() : 0, strK, str4, castResponse.f10666a);
    }
}
