Merge pull request #2040 from Artiume/patch-5

Sort Movies Genres by Random
This commit is contained in:
Bill Thornton 2020-11-06 13:24:28 -05:00 committed by GitHub
commit dfdab24db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ import 'emby-button';
if (!pageData) { if (!pageData) {
pageData = data[key] = { pageData = data[key] = {
query: { query: {
SortBy: 'SortName', SortBy: 'Random',
SortOrder: 'Ascending', SortOrder: 'Ascending',
IncludeItemTypes: 'Movie', IncludeItemTypes: 'Movie',
Recursive: true, Recursive: true,