diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 33035987d7..ab7d7cb9da 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -240,9 +240,9 @@ namespace MediaBrowser.Model.Configuration MetadataRefreshDays = 30; PreferredMetadataLanguage = "en"; MetadataCountryCode = "US"; - TmdbFetchedProfileSize = "w185"; //w185 w45 h632 or original - TmdbFetchedPosterSize = "w500"; //w500, w342, w185 or original - TmdbFetchedBackdropSize = "w1280"; //w1280, w780 or original + TmdbFetchedProfileSize = "original"; //w185 w45 h632 or original + TmdbFetchedPosterSize = "original"; //w500, w342, w185 or original + TmdbFetchedBackdropSize = "original"; //w1280, w780 or original DownloadMovieImages = new ImageDownloadOptions {Backdrops = true, Primary = true}; DownloadSeriesImages = new ImageDownloadOptions {Backdrops = true, Primary = true, Banner = true, Logo = true}; DownloadSeasonImages = new ImageDownloadOptions {Backdrops = false, Primary = true, Banner = true}; diff --git a/MediaBrowser.Server.Implementations/Library/UserManager.cs b/MediaBrowser.Server.Implementations/Library/UserManager.cs index 6a162d154e..816a726160 100644 --- a/MediaBrowser.Server.Implementations/Library/UserManager.cs +++ b/MediaBrowser.Server.Implementations/Library/UserManager.cs @@ -324,6 +324,7 @@ namespace MediaBrowser.Server.Implementations.Library DeviceId = deviceId }); + connection.DeviceName = deviceName; connection.UserId = userId.ToString(); return connection; diff --git a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj index c985db86fa..b272dd4bf7 100644 --- a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj +++ b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj @@ -152,19 +152,14 @@ ..\packages\SimpleInjector.2.2.1\lib\net40-client\SimpleInjector.dll - - - - - 4.0