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) {