mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-31 19:18:57 +01:00
Fix episode sort by publishedAt instead of pubDate
This commit is contained in:
parent
044804115b
commit
7ef44eb75b
@ -46,7 +46,7 @@ export default {
|
||||
},
|
||||
{
|
||||
text: 'Pub Date',
|
||||
value: 'pubDate'
|
||||
value: 'publishedAt'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user