Merge pull request #2040 from Artiume/patch-5
Sort Movies Genres by Random
This commit is contained in:
@@ -17,7 +17,7 @@ import 'emby-button';
|
||||
if (!pageData) {
|
||||
pageData = data[key] = {
|
||||
query: {
|
||||
SortBy: 'SortName',
|
||||
SortBy: 'Random',
|
||||
SortOrder: 'Ascending',
|
||||
IncludeItemTypes: 'Movie',
|
||||
Recursive: true,
|
||||
|
||||
Reference in New Issue
Block a user