Add random sorting

Added random sorting to tv shows and movies lists
This commit is contained in:
Danny Michel 2022-05-12 13:15:15 -04:00
parent d57ac967f2
commit 178cef0d91
No known key found for this signature in database
GPG key ID: 1888313348A4DA5A
4 changed files with 26 additions and 0 deletions

View file

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