This commit is contained in:
Pilzinsel64
2025-04-10 10:12:21 +02:00
parent a917f4359c
commit cc58e77760
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ public abstract class BaseChildItemClient<T>(IApiClient client) : BaseClient<T>(
public virtual async Task<T> Save(T item, int parentId)
{
if (parentId != 0)
if (item.Id != 0)
return await Save(item);
return (await client.SendRequest<GeneralItemMessages<T>.Item>(
ApiEndpoint,

View File

@@ -8,7 +8,7 @@
</PropertyGroup>
<PropertyGroup>
<Version>2.4.8</Version>
<Version>2.4.9</Version>
</PropertyGroup>
<ItemGroup>