mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-01 00:25:26 +02:00
Fix:Show episode title on home page shelves #616
This commit is contained in:
parent
2f34da4e99
commit
322f7d75dd
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ export default {
|
|||
return this.collapsedSeries ? this.collapsedSeries.numBooks : 0
|
||||
},
|
||||
displayTitle() {
|
||||
if (this.recentEpisode) return this.recentEpisode.title
|
||||
if (this.orderBy === 'media.metadata.title' && this.sortingIgnorePrefix && this.title.toLowerCase().startsWith('the ')) {
|
||||
return this.title.substr(4) + ', The'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue