null book description throws
This commit is contained in:
parent
8fe3896d76
commit
4cf999c84d
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net5.0</TargetFramework>
|
<TargetFramework>net5.0</TargetFramework>
|
||||||
<Version>5.7.2.1</Version>
|
<Version>5.7.3.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -100,7 +100,7 @@ namespace DataLayer
|
|||||||
|
|
||||||
// simple assigns
|
// simple assigns
|
||||||
Title = title.Trim();
|
Title = title.Trim();
|
||||||
Description = description.Trim();
|
Description = description?.Trim();
|
||||||
LengthInMinutes = lengthInMinutes;
|
LengthInMinutes = lengthInMinutes;
|
||||||
ContentType = contentType;
|
ContentType = contentType;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user