Add random sorting
Added random sorting to tv shows and movies lists
This commit is contained in:
parent
d57ac967f2
commit
178cef0d91
4 changed files with 26 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue