mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 15:48:03 +00:00
Fix spacing requirement for MessageCommand.
This commit is contained in:
@@ -8,6 +8,7 @@ namespace MediaBrowser.Model.Session
|
||||
public class MessageCommand
|
||||
{
|
||||
public string Header { get; set; }
|
||||
|
||||
[Required(AllowEmptyStrings = false)]
|
||||
public string Text { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user