mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 10:28:18 -07:00
Merge pull request #2040 from Artiume/patch-5
Sort Movies Genres by Random
This commit is contained in:
commit
dfdab24db7
@ -17,7 +17,7 @@ import 'emby-button';
|
||||
if (!pageData) {
|
||||
pageData = data[key] = {
|
||||
query: {
|
||||
SortBy: 'SortName',
|
||||
SortBy: 'Random',
|
||||
SortOrder: 'Ascending',
|
||||
IncludeItemTypes: 'Movie',
|
||||
Recursive: true,
|
||||
|
Loading…
Reference in New Issue
Block a user