update translations

This commit is contained in:
Luke Pulverenti
2014-10-17 17:49:55 -04:00
parent 4f207c43dd
commit 76cabe8226
29 changed files with 184 additions and 179 deletions

View File

@@ -1,10 +1,9 @@
using System;

namespace MediaBrowser.Model.Connect
{
public class PinExchangeResult
{
public string UserId { get; set; }
public string UserAccessToken { get; set; }
public string AccessToken { get; set; }
}
}