Fix spacing requirement for MessageCommand.

This commit is contained in:
Brian Arnold 2021-03-29 11:40:07 -04:00
parent ca25301e64
commit 54107ae882
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ namespace MediaBrowser.Model.Session
public class MessageCommand
{
public string Header { get; set; }
[Required(AllowEmptyStrings = false)]
public string Text { get; set; }