mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #615 from AndreCarvalho/master
Add option to randomly sort music albums
This commit is contained in:
commit
e108997376
2 changed files with 4 additions and 0 deletions
|
@ -241,6 +241,9 @@ define(["layoutManager", "playbackManager", "loading", "events", "libraryBrowser
|
||||||
}, {
|
}, {
|
||||||
name: Globalize.translate("OptionReleaseDate"),
|
name: Globalize.translate("OptionReleaseDate"),
|
||||||
id: "ProductionYear,PremiereDate,SortName"
|
id: "ProductionYear,PremiereDate,SortName"
|
||||||
|
}, {
|
||||||
|
name: Globalize.translate("OptionRandom"),
|
||||||
|
id: "Random,SortName"
|
||||||
}],
|
}],
|
||||||
callback: function () {
|
callback: function () {
|
||||||
getQuery().StartIndex = 0;
|
getQuery().StartIndex = 0;
|
||||||
|
|
|
@ -1158,6 +1158,7 @@
|
||||||
"OptionProfileVideoAudio": "Video Audio",
|
"OptionProfileVideoAudio": "Video Audio",
|
||||||
"OptionProtocolHls": "HTTP Live Streaming",
|
"OptionProtocolHls": "HTTP Live Streaming",
|
||||||
"OptionProtocolHttp": "HTTP",
|
"OptionProtocolHttp": "HTTP",
|
||||||
|
"OptionRandom": "Random",
|
||||||
"OptionRegex": "Regex",
|
"OptionRegex": "Regex",
|
||||||
"OptionReleaseDate": "Release Date",
|
"OptionReleaseDate": "Release Date",
|
||||||
"OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
|
"OptionReportByteRangeSeekingWhenTranscoding": "Report that the server supports byte seeking when transcoding",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue