null book description throws
This commit is contained in:
parent
8fe3896d76
commit
4cf999c84d
2 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ namespace DataLayer
|
|||
|
||||
// simple assigns
|
||||
Title = title.Trim();
|
||||
Description = description.Trim();
|
||||
Description = description?.Trim();
|
||||
LengthInMinutes = lengthInMinutes;
|
||||
ContentType = contentType;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue