Requested change

Requested change
This commit is contained in:
Danny Michel
2022-05-12 23:31:07 -04:00
parent 8a2e2af2eb
commit b4157adfd3
-6
View File
@@ -996,12 +996,6 @@ class ItemsView {
sortBy.push(option);
}
option = this.getRandomSortOption();
if (option) {
sortBy.push(option);
}
option = this.getCommunityRatingSortOption();
if (option) {