mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Add option to randomly sort music albums
This commit is contained in:
parent
ba8949aa36
commit
44ec998690
@ -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;
|
||||
|
@ -1358,6 +1358,7 @@
|
||||
"RefreshQueued": "Refresh queued.",
|
||||
"Play": "Play",
|
||||
"PasswordResetProviderHelp": "Choose a Password Reset Provider to be used when this user requests a password reset",
|
||||
"OptionRandom": "Random",
|
||||
"OptionTuesday": "Tuesday",
|
||||
"OptionReleaseDate": "Release Date",
|
||||
"OptionDisplayFolderViewHelp": "Display folders alongside your other media libraries. This can be useful if you'd like to have a plain folder view.",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user