update translations

This commit is contained in:
Luke Pulverenti
2014-06-24 17:45:21 -04:00
parent 34bc54263e
commit a55d156fd6
58 changed files with 612 additions and 1194 deletions

View File

@@ -356,7 +356,7 @@ namespace MediaBrowser.Server.Implementations.Session
private string GetSessionKey(string clientType, string appVersion, string deviceId)
{
return clientType + deviceId + appVersion;
return clientType + deviceId;
}
/// <summary>