Fix: nullpointerexception

This commit is contained in:
Sheepit Renderfarm
2022-01-03 21:27:16 +00:00
parent 11556a9e8b
commit f48b5f541a

View File

@@ -1077,7 +1077,7 @@ import okhttp3.HttpUrl;
this.previousJob = ajob; this.previousJob = ajob;
//count frames if they are not test frames and got validated correctly //count frames if they are not test frames and got validated correctly
if (confirmJobReturnCode == Error.Type.OK && Integer.parseInt(this.renderingJob.getId()) >= MIN_JOB_ID) { if (confirmJobReturnCode == Error.Type.OK && Integer.parseInt(ajob.getId()) >= MIN_JOB_ID) {
gui.AddFrameRendered(); gui.AddFrameRendered();
} }