diff --git a/packages/frontend/src/app/configure/page.tsx b/packages/frontend/src/app/configure/page.tsx index 5a941e7c..c4d7716a 100644 --- a/packages/frontend/src/app/configure/page.tsx +++ b/packages/frontend/src/app/configure/page.tsx @@ -104,8 +104,8 @@ const defaultEncodes: Encode[] = [ ]; const defaultSortCriteria: SortBy[] = [ - { personal: true, direction: 'desc' }, { cached: true, direction: 'desc' }, + { personal: true, direction: 'desc' }, { resolution: true }, { language: true }, { size: true, direction: 'desc' },