Skip to content

Commit 94f1a70

Browse files
committed
Add: alphabetical order in Album explorer #88
1 parent 234b0bc commit 94f1a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/screens/Explorer/AlbumExplorer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import size from '~/styles/size'
1515
import ExplorerItem from '~/components/item/ExplorerItem'
1616
import logger from '~/utils/logger'
1717

18-
const TYPES = ['newest', 'highest', 'frequent', 'recent', 'starred', 'random']
18+
const TYPES = ['newest', 'highest', 'frequent', 'recent', 'starred', 'random', 'alphabeticalByName', 'alphabeticalByArtist']
1919
const PAGE_SIZE = 100
2020

2121
const AlbumExplorer = () => {

0 commit comments

Comments
 (0)