mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
adding random sorting to songs
This commit is contained in:
parent
5ad3175b2b
commit
b61520078a
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue