1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3631 from dannymichel/sort-random-master

Add random sorting
This commit is contained in:
Bill Thornton 2022-06-14 10:33:29 -04:00 committed by GitHub
commit 05862bdc0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -209,6 +209,9 @@ import '../../elements/emby-itemscontainer/emby-itemscontainer';
items: [{
name: globalize.translate('Name'),
id: 'SortName,ProductionYear'
}, {
name: globalize.translate('OptionRandom'),
id: 'Random'
}, {
name: globalize.translate('OptionImdbRating'),
id: 'CommunityRating,SortName,ProductionYear'

View file

@ -252,6 +252,9 @@ import '../../elements/emby-itemscontainer/emby-itemscontainer';
items: [{
name: globalize.translate('Name'),
id: 'SortName'
}, {
name: globalize.translate('OptionRandom'),
id: 'Random'
}, {
name: globalize.translate('OptionImdbRating'),
id: 'CommunityRating,SortName'