mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-14 19:34:57 +02:00
Fix episode sort by publishedAt instead of pubDate
This commit is contained in:
parent
044804115b
commit
7ef44eb75b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export default {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Pub Date',
|
text: 'Pub Date',
|
||||||
value: 'pubDate'
|
value: 'publishedAt'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue