RhythmBox/lib/services/sort.dart

11 lines
102 B
Dart

enum SortBy {
none,
ascending,
descending,
newest,
oldest,
duration,
artist,
album,
}