mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add option to randomly sort music albums
This commit is contained in:
parent
ba8949aa36
commit
44ec998690
3 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue