mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix spacing requirement for MessageCommand.
This commit is contained in:
parent
ca25301e64
commit
54107ae882
@ -8,6 +8,7 @@ namespace MediaBrowser.Model.Session
|
||||
public class MessageCommand
|
||||
{
|
||||
public string Header { get; set; }
|
||||
|
||||
[Required(AllowEmptyStrings = false)]
|
||||
public string Text { get; set; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user