Merge pull request #615 from AndreCarvalho/master

Add option to randomly sort music albums
This commit is contained in:
dkanada
2019-12-10 22:54:02 +09:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -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;
+1
View File
@@ -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",