Merge pull request #2041 from Artiume/patch-6

Sort Show Genres by Random
This commit is contained in:
Bill Thornton
2020-11-06 13:25:07 -05:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ import 'emby-button';
if (!pageData) {
pageData = data[key] = {
query: {
SortBy: 'SortName',
SortBy: 'Random',
SortOrder: 'Ascending',
IncludeItemTypes: 'Series',
Recursive: true,