fix foreign language fallback for moviedb

This commit is contained in:
Luke Pulverenti
2015-01-30 22:19:41 -05:00
parent 50a346fe5a
commit 75a46393f0
10 changed files with 85 additions and 44 deletions

View File

@@ -412,6 +412,8 @@ namespace MediaBrowser.Server.Implementations.Library
// Hash the pin with the device Id to create a unique result for this device
dto.OfflinePassword = GetSha1String(offlinePasswordHash + deviceId);
dto.ServerName = _appHost.FriendlyName;
return dto;
}