Replace old items filter/sort api endpoint with new, handle collapse sub-series

This commit is contained in:
advplyr
2023-09-04 15:26:07 -05:00
parent b1c07834be
commit 03115e5e53
5 changed files with 153 additions and 395 deletions

View File

@ -219,7 +219,7 @@ export default {
return this.mediaMetadata.series
},
seriesSequence() {
return this.series ? this.series.sequence : null
return this.series?.sequence || null
},
libraryId() {
return this._libraryItem.libraryId