From 01920b68d71d32aa23993003d192f5990867daaa Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Fri, 21 Nov 2025 10:46:33 +0100 Subject: [PATCH] final fix --- Pilz.Net/Api/Server/JobsHandler.cs | 2 +- Pilz.Net/Pilz.Net.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pilz.Net/Api/Server/JobsHandler.cs b/Pilz.Net/Api/Server/JobsHandler.cs index da7c107..2c56fda 100644 --- a/Pilz.Net/Api/Server/JobsHandler.cs +++ b/Pilz.Net/Api/Server/JobsHandler.cs @@ -33,7 +33,7 @@ public class JobsHandler(IApiServer server) if (context.HasError) return ApiResult.InternalServerError(); - return job.ToItemResult(); + return ToClient(job).ToItemResult(); } protected virtual JobInfo ToClient(Job job) diff --git a/Pilz.Net/Pilz.Net.csproj b/Pilz.Net/Pilz.Net.csproj index aeac031..b4e3f77 100644 --- a/Pilz.Net/Pilz.Net.csproj +++ b/Pilz.Net/Pilz.Net.csproj @@ -8,7 +8,7 @@ - 2.10.3 + 2.10.4