fix
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>2.4.8</Version>
|
||||
<Version>2.4.9</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user