';
- if (result.TotalRecordCount > result.Items.length) {
+ if (options.Limit && result.Items.length >= options.Limit) {
var href = "secondaryitems.html?type=" + section.types + "&filters=IsFavorite&titlekey=" + section.name;
html += '';
diff --git a/dashboard-ui/strings/en-US.json b/dashboard-ui/strings/en-US.json
index c3baa64dcd..20b7d20997 100644
--- a/dashboard-ui/strings/en-US.json
+++ b/dashboard-ui/strings/en-US.json
@@ -2351,7 +2351,7 @@
"LabelTitle": "Title:",
"LabelOriginalTitle": "Original title:",
"LabelSortTitle": "Sort title:",
- "OptionConvertRecordingPreserveAudio": "Preserve original audio when converting recordings",
+ "OptionConvertRecordingPreserveAudio": "Preserve original audio when converting recordings (when possible)",
"OptionConvertRecordingPreserveAudioHelp": "This will provide better audio but may require transcoding during playback on some devices.",
"CreateCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"AddItemToCollectionHelp": "Add items to collections by searching for them and using their right-click or tap menus to add them to a collection.",