mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge pull request #3762 from murphy52589/songs-random-sort
Add random sorting to songs
This commit is contained in:
commit
7e273aa14a
@ -191,6 +191,9 @@ export default function (view, params, tabContent) {
|
|||||||
}, {
|
}, {
|
||||||
name: globalize.translate('Runtime'),
|
name: globalize.translate('Runtime'),
|
||||||
id: 'Runtime,AlbumArtist,Album,SortName'
|
id: 'Runtime,AlbumArtist,Album,SortName'
|
||||||
|
}, {
|
||||||
|
name: globalize.translate('OptionRandom'),
|
||||||
|
id: 'Random,SortName'
|
||||||
}],
|
}],
|
||||||
callback: function () {
|
callback: function () {
|
||||||
getQuery(tabContent).StartIndex = 0;
|
getQuery(tabContent).StartIndex = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user