diff --git a/src/controllers/music/musicalbums.js b/src/controllers/music/musicalbums.js index 0cfb61e2b6..480f0af77f 100644 --- a/src/controllers/music/musicalbums.js +++ b/src/controllers/music/musicalbums.js @@ -241,6 +241,9 @@ define(["layoutManager", "playbackManager", "loading", "events", "libraryBrowser }, { name: Globalize.translate("OptionReleaseDate"), id: "ProductionYear,PremiereDate,SortName" + }, { + name: Globalize.translate("OptionRandom"), + id: "Random,SortName" }], callback: function () { getQuery().StartIndex = 0; diff --git a/src/strings/en-us.json b/src/strings/en-us.json index b9c99b2471..07273ddd52 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1158,6 +1158,7 @@ "OptionProfileVideoAudio": "Video Audio", "OptionProtocolHls": "HTTP Live Streaming", "OptionProtocolHttp": "HTTP", + "OptionRandom": "Random", "OptionRegex": "Regex", "OptionReleaseDate": "Release Date", "OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",