diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-30 22:19:41 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-01-30 22:19:41 -0500 |
| commit | 75a46393f0e1bc08ee7a652888dc8320258a747a (patch) | |
| tree | 993a9530d7ca0d0cbd908713676c3aa57a3cdac5 /MediaBrowser.Server.Implementations/Library/UserManager.cs | |
| parent | 50a346fe5a83aa43b83d0c3f08e70bd9adce6058 (diff) | |
fix foreign language fallback for moviedb
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/UserManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Library/UserManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/UserManager.cs b/MediaBrowser.Server.Implementations/Library/UserManager.cs index 09f060a46..37f7e31fa 100644 --- a/MediaBrowser.Server.Implementations/Library/UserManager.cs +++ b/MediaBrowser.Server.Implementations/Library/UserManager.cs @@ -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; } |
