mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-01 08:44:40 +02:00
Fix:Collapsed subseries showing parent series name on hover #3713
This commit is contained in:
parent
4a76ba0226
commit
a58d486c44
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ export default {
|
|||
return this.mediaMetadata.series
|
||||
},
|
||||
seriesName() {
|
||||
if (this.collapsedSeries?.name) return this.collapsedSeries.name
|
||||
return this.series?.name || null
|
||||
},
|
||||
seriesSequence() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue