diff --git a/Sorting-criteria.md b/Sorting-criteria.md index 0e86ea7..3486592 100644 --- a/Sorting-criteria.md +++ b/Sorting-criteria.md @@ -17,6 +17,7 @@ With the advanced sort, you can select the sorting criterion and eventually inve * By length: shorter episodes first * By name: from A to Z (actually from 0 to 9 then A to Z), case insensitive. * By feed priority: according to the priority you gave to the feed, highest first. +* By media type (Audio vs. Video), preserving previous sorting criterion as a second key. A switch is available to invert the chosen criterion. For example, if you choose to sort by date and invert the sort, you'll have newer episodes first.