From 3228f50895d52afb97e985d8223ffc062a75c69a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 2 May 2014 10:49:28 -0400 Subject: fixed user image scaling --- MediaBrowser.Server.Implementations/Dto/DtoService.cs | 8 ++++---- .../Localization/Server/server.json | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'MediaBrowser.Server.Implementations') diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs index 5854cf28a..c88cefdb3 100644 --- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs +++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs @@ -1458,10 +1458,10 @@ namespace MediaBrowser.Server.Implementations.Dto recursiveItemCount++; // Check is recently added - if (child.IsRecentlyAdded()) - { - rcentlyAddedItemCount++; - } + //if (child.IsRecentlyAdded()) + //{ + // rcentlyAddedItemCount++; + //} var isUnplayed = true; diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json index 9d9a6b0a9..c8265490f 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/server.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json @@ -621,5 +621,7 @@ "ButtonVolumeUp": "Volume up", "ButtonVolumeDown": "Volume down", "ButtonMute": "Mute", - "HeaderLatestMedia": "Latest Media" + "HeaderLatestMedia": "Latest Media", + "OptionNoSubtitles": "No Subtitles", + "OptionSpecialFeatures": "Special Features" } \ No newline at end of file -- cgit v1.2.3