Skip to content

Commit

Permalink
Win Ver done
Browse files Browse the repository at this point in the history
  • Loading branch information
ukdtom committed Feb 25, 2019
1 parent 84f83dc commit f36da20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows/ClaimIt/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ private Boolean ClaimIt()
{
try
{
string url = string.Format("http://{0}:32400/myplex/claim?token={1}&X-Plex-Client-Identifier=ClaimIt-{2}&X-Plex-Token={3}", PMSIPAddr, PMSUsrToken, PMSID, PMSClaimItToken);
string url = string.Format("http://{0}:32400/myplex/claim?token={1}&X-Plex-Client-Identifier=ClaimIt-{2}&X-Plex-Token={3}", PMSIPAddr, PMSClaimItToken, PMSID, PMSUsrToken);

HttpWebRequest request = (HttpWebRequest)WebRequest.Create(url);
request.Method = "POST";
Expand Down

0 comments on commit f36da20

Please sign in to comment.