mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 10:04:39 +02:00
Update:default podcast episode table sort descending
This commit is contained in:
parent
95e070a897
commit
77d0974782
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export default {
|
|||
episodesCopy: [],
|
||||
showFiltersModal: false,
|
||||
sortKey: 'publishedAt',
|
||||
sortDesc: false,
|
||||
sortDesc: true,
|
||||
filterKey: 'incomplete',
|
||||
episodeSortItems: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue