Fix:Show episode title on home page shelves #616

This commit is contained in:
advplyr 2023-03-02 17:17:49 -06:00
parent 2f34da4e99
commit 322f7d75dd

View file

@ -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'
}