fix missing HasJob takeover

This commit is contained in:
2023-10-03 15:21:16 +02:00
parent ea9e157abd
commit e60b3a0fcb

View File

@@ -30,6 +30,7 @@ namespace Pilz.Networking.CloudProviders.Nextcloud.Client.Apps.FileRetention.Mod
TimeUnit = (RetentionTimeUnit)(data.TimeUnit ?? 0);
TimeAmount = data.TimeAmount ?? -1;
TimeAfter = (RetentionTimeAfter)(data.TimeAfter ?? 0);
HasJob = data.HasJob ?? false;
}
}
}