pull/778/merge
SenorSmartyPants 2025-08-01 02:28:47 -04:00 committed by GitHub
commit b676897dda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@ export default {
return `${this.movieCount} movies`;
else if (this.item.libraryType === "series")
return `${this.episodeCount} eps, ${this.seriesCount} series`;
else if (this.item.libraryType === "moviesandseries")
return `${this.movieCount} movies, ${this.seriesCount} series`;
else return `wrong library type 💀`;
},
},