From b4157adfd30361dc8a440bd6bf7337cea4570982 Mon Sep 17 00:00:00 2001 From: Danny Michel Date: Thu, 12 May 2022 23:31:07 -0400 Subject: [PATCH] Requested change Requested change --- src/controllers/list.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/controllers/list.js b/src/controllers/list.js index c5ff9bdb34..b880502828 100644 --- a/src/controllers/list.js +++ b/src/controllers/list.js @@ -996,12 +996,6 @@ class ItemsView { sortBy.push(option); } - option = this.getRandomSortOption(); - - if (option) { - sortBy.push(option); - } - option = this.getCommunityRatingSortOption(); if (option) {