diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-15 00:28:42 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-15 00:28:42 -0400 |
| commit | 999f022a379755470883f770b867c59d4c9db153 (patch) | |
| tree | c7d9248d0265d06080cd8d5bedaa7c7d6921e159 /MediaBrowser.Model/Session/SessionInfoDto.cs | |
| parent | 5288fbbd8a8ba829f5b60c4dc03e2790f4617f31 (diff) | |
updated nuget
Diffstat (limited to 'MediaBrowser.Model/Session/SessionInfoDto.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/SessionInfoDto.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Session/SessionInfoDto.cs b/MediaBrowser.Model/Session/SessionInfoDto.cs index df7bdd7ecb..3754b07c77 100644 --- a/MediaBrowser.Model/Session/SessionInfoDto.cs +++ b/MediaBrowser.Model/Session/SessionInfoDto.cs @@ -203,10 +203,12 @@ namespace MediaBrowser.Model.Session public class ClientCapabilities { public List<string> PlayableMediaTypes { get; set; } + public List<string> SupportedCommands { get; set; } public ClientCapabilities() { PlayableMediaTypes = new List<string>(); + SupportedCommands = new List<string>(); } } } |
