mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-13 02:19:46 +01:00
Fix episode sort by publishedAt instead of pubDate
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
||||
},
|
||||
{
|
||||
text: 'Pub Date',
|
||||
value: 'pubDate'
|
||||
value: 'publishedAt'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user