Fixed post capabilities

Client was not showing as a player in the web client.
This commit is contained in:
angelblue05 2015-03-22 03:07:06 -05:00
parent e10801cb48
commit 1a472a43cd
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class DownloadUtils():
supportedCommands = "Play,Playstate,DisplayContent,GoHome,SendString,GoToSettings,DisplayMessage,PlayNext"
url = "http://" + mb3Host + ":" + mb3Port + "/mediabrowser/Sessions/Capabilities?Id=" + sessionId + "&PlayableMediaTypes=" + playableMediaTypes + "&SupportedCommands=" + supportedCommands
+ "&SupportsMediaControl=True"
postData = {}
#postData["Id"] = sessionId;
#postData["PlayableMediaTypes"] = "Video";