Add random sorting
Added random sorting to tv shows and movies lists
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user