Requested change

Requested change
This commit is contained in:
Danny Michel 2022-05-12 23:31:07 -04:00
parent 8a2e2af2eb
commit b4157adfd3
No known key found for this signature in database
GPG Key ID: 1888313348A4DA5A

View File

@ -996,12 +996,6 @@ class ItemsView {
sortBy.push(option);
}
option = this.getRandomSortOption();
if (option) {
sortBy.push(option);
}
option = this.getCommunityRatingSortOption();
if (option) {