diff --git a/src/app/Nav.vue b/src/app/Nav.vue index e033011..3606490 100644 --- a/src/app/Nav.vue +++ b/src/app/Nav.vue @@ -22,7 +22,7 @@ - + Albums diff --git a/src/library/album/AlbumLibrary.vue b/src/library/album/AlbumLibrary.vue index 4e6a2f4..37d1feb 100644 --- a/src/library/album/AlbumLibrary.vue +++ b/src/library/album/AlbumLibrary.vue @@ -34,10 +34,10 @@ computed: { options() { return [ - { text: 'A-Z', value: 'a-z' }, { text: 'Recently added', value: 'recently-added' }, { text: 'Recently played', value: 'recently-played' }, { text: 'Most played', value: 'most-played' }, + { text: 'A-Z', value: 'a-z' }, { text: 'Random', value: 'random' }, ] }