mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2041 from Artiume/patch-6
Sort Show Genres by Random
This commit is contained in:
commit
a01c62938c
1 changed files with 1 additions and 1 deletions
|
@ -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: 'Series',
|
IncludeItemTypes: 'Series',
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue