change default album view to recently added
This commit is contained in:
parent
4be81d0e35
commit
9a9c87f2cd
@ -22,7 +22,7 @@
|
||||
</small>
|
||||
</a>
|
||||
|
||||
<router-link class="nav-link" :to="{name: 'albums', params: {sort: 'a-z'}}">
|
||||
<router-link class="nav-link" :to="{name: 'albums', params: {sort: 'recently-added'}}">
|
||||
<Icon icon="collection" /> Albums
|
||||
</router-link>
|
||||
|
||||
|
@ -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' },
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user