mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-03 13:44:36 -04: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',
|
text: 'Pub Date',
|
||||||
value: 'pubDate'
|
value: 'publishedAt'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user