mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-05 08:23:38 -05: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