fix SupportsContentUploading

This commit is contained in:
Luke Pulverenti
2017-01-02 00:13:39 -05:00
parent 0f1a542c1f
commit ea61c6458f
2 changed files with 5 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ namespace MediaBrowser.Model.Session
public List<string> SupportedCommands { get; set; }
public bool SupportsMediaControl { get; set; }
public bool SupportsContentUploading { get; set; }
public string MessageCallbackUrl { get; set; }
public bool SupportsPersistentIdentifier { get; set; }