1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Sort Movies Suggestions by Random

This commit is contained in:
artiume 2020-11-06 08:56:08 -05:00 committed by GitHub
parent 2261769eb6
commit c5b2b0b864
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,