diff --git a/src/components/metadataEditor/metadataEditor.js b/src/components/metadataEditor/metadataEditor.js index df1a61c6a5..38c8d6ee1a 100644 --- a/src/components/metadataEditor/metadataEditor.js +++ b/src/components/metadataEditor/metadataEditor.js @@ -711,6 +711,9 @@ function setFieldVisibilities(context, item) { html += ''; html += ''; html += ''; + html += ''; + html += ''; + html += ''; context.querySelector('#selectDisplayOrder').innerHTML = html; } else { diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 8ee3baa0da..6c6846c289 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -30,6 +30,8 @@ "AllowFfmpegThrottlingHelp": "When a transcode or remux gets far enough ahead from the current playback position, pause the process so it will consume fewer resources. This is most useful when watching without seeking often. Turn this off if you experience playback issues.", "AllowSegmentDeletion": "Delete segments", "AllowSegmentDeletionHelp": "Delete old segments after they have been downloaded by the client. This prevents having to store the entire transcoded file on disk. Turn this off if you experience playback issues.", + "Alternate" : "Alternate", + "AlternateDVD" : "Alternate DVD", "LabelThrottleDelaySeconds": "Throttle after", "LabelThrottleDelaySecondsHelp": "Time in seconds after which the transcoder will be throttled. Must be large enough for the client to maintain a healthy buffer. Only works if throttling is enabled.", "LabelSegmentKeepSeconds": "Time to keep segments", @@ -1342,6 +1344,7 @@ "RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Dashboard.", "RefreshMetadata": "Refresh metadata", "RefreshQueued": "Refresh queued.", + "Regional" : "Regional", "ReleaseDate": "Release date", "ReleaseGroup": "Release Group", "RememberAudioSelections": "Set audio track based on previous item",