mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 18:38:25 -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) {
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user